Skip to content

Commit afad974

Browse files
spandruvadajwrdegoede
authored andcommitted
platform/x86: ISST: Add dev_fmt
Add dev_fmt for formatting log messages. No functional impact is expected. Signed-off-by: Srinivas Pandruvada <[email protected]> Suggested-by: Andy Shevchenko <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]>
1 parent e4e365b commit afad974

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/platform/x86/intel/speed_select_if/isst_tpmi_core.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
* the hardware mapping.
1818
*/
1919

20+
#define dev_fmt(fmt) "tpmi_sst: " fmt
21+
2022
#include <linux/auxiliary_bus.h>
2123
#include <linux/delay.h>
2224
#include <linux/intel_tpmi.h>

0 commit comments

Comments
 (0)