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/abituguru3.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/abituguru3.c')
-rw-r--r-- | drivers/hwmon/abituguru3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/abituguru3.c b/drivers/hwmon/abituguru3.c index 205327d33c4d..dcce352e77f6 100644 --- a/drivers/hwmon/abituguru3.c +++ b/drivers/hwmon/abituguru3.c | |||
@@ -78,7 +78,7 @@ | |||
78 | #define ABIT_UGURU3_NAME "abituguru3" | 78 | #define ABIT_UGURU3_NAME "abituguru3" |
79 | #define ABIT_UGURU3_DEBUG(format, arg...) \ | 79 | #define ABIT_UGURU3_DEBUG(format, arg...) \ |
80 | if (verbose) \ | 80 | if (verbose) \ |
81 | printk(KERN_DEBUG ABIT_UGURU3_NAME ": " format , ## arg) | 81 | pr_debug(format , ## arg) |
82 | 82 | ||
83 | /* Macros to help calculate the sysfs_names array length */ | 83 | /* Macros to help calculate the sysfs_names array length */ |
84 | #define ABIT_UGURU3_MAX_NO_SENSORS 26 | 84 | #define ABIT_UGURU3_MAX_NO_SENSORS 26 |