platform/x86: ISST: Add dev_fmt
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Tue, 23 Apr 2024 20:46:18 +0000 (13:46 -0700)
committerHans de Goede <hdegoede@redhat.com>
Mon, 29 Apr 2024 11:01:48 +0000 (13:01 +0200)
Add dev_fmt for formatting log messages.

No functional impact is expected.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240423204619.3946901-10-srinivas.pandruvada@linux.intel.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/intel/speed_select_if/isst_tpmi_core.c

index e75fb9eba598be1dc314305f740979a582a218f6..039333eac71a77a487df4c815ace03bda030dbfe 100644 (file)
@@ -17,6 +17,8 @@
  * the hardware mapping.
  */
 
+#define dev_fmt(fmt) "tpmi_sst: " fmt
+
 #include <linux/auxiliary_bus.h>
 #include <linux/delay.h>
 #include <linux/intel_tpmi.h>