diff options
author | Guenter Roeck <linux@roeck-us.net> | 2013-01-10 08:49:55 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-04-08 00:16:38 -0400 |
commit | 692fe501da4b851cbb60edc672679ad1b41e1602 (patch) | |
tree | b4c6b58a8bd315a0fd30b3bdc4b163eccefdf1c5 /drivers/hwmon/abituguru.c | |
parent | 9e8269de100dd0be1199778dc175ff22417aebd2 (diff) |
hwmon: checkpatch cleanup: Replace printk with pr_debug or dev_dbg as appropriate
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Alistair John Strachan <alistair@devzero.co.uk>
Cc: Henrik Rydberg <rydberg@euromail.se>
Acked-by: Alistair John Strachan <alistair@devzero.co.uk>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/abituguru.c')
-rw-r--r-- | drivers/hwmon/abituguru.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
98 | #define ABIT_UGURU_NAME "abituguru" | 98 | #define ABIT_UGURU_NAME "abituguru" |
99 | #define ABIT_UGURU_DEBUG(level, format, arg...) \ | 99 | #define ABIT_UGURU_DEBUG(level, format, arg...) \ |
100 | if (level <= verbose) \ | 100 | if (level <= verbose) \ |
101 | printk(KERN_DEBUG ABIT_UGURU_NAME ": " format , ## arg) | 101 | pr_debug(format , ## arg) |
102 | /* Macros to help calculate the sysfs_names array length */ | 102 | /* Macros to help calculate the sysfs_names array length */ |
103 | /* | 103 | /* |
104 | * sum of strlen of: in??_input\0, in??_{min,max}\0, in??_{min,max}_alarm\0, | 104 | * sum of strlen of: in??_input\0, in??_{min,max}\0, in??_{min,max}_alarm\0, |