From 692fe501da4b851cbb60edc672679ad1b41e1602 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Thu, 10 Jan 2013 05:49:55 -0800 Subject: hwmon: checkpatch cleanup: Replace printk with pr_debug or dev_dbg as appropriate Cc: Hans de Goede Cc: Alistair John Strachan Cc: Henrik Rydberg Acked-by: Alistair John Strachan Signed-off-by: Guenter Roeck --- drivers/hwmon/abituguru.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/hwmon/abituguru.c') diff --git a/drivers/hwmon/abituguru.c b/drivers/hwmon/abituguru.c index 6119ff8e8c87..b84f180f210c 100644 --- a/drivers/hwmon/abituguru.c +++ b/drivers/hwmon/abituguru.c @@ -98,7 +98,7 @@ #define ABIT_UGURU_NAME "abituguru" #define ABIT_UGURU_DEBUG(level, format, arg...) \ if (level <= verbose) \ - printk(KERN_DEBUG ABIT_UGURU_NAME ": " format , ## arg) + pr_debug(format , ## arg) /* Macros to help calculate the sysfs_names array length */ /* * sum of strlen of: in??_input\0, in??_{min,max}\0, in??_{min,max}_alarm\0, -- cgit v1.2.3