mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-02 18:17:50 -04:00
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>
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
#define ABIT_UGURU3_NAME "abituguru3"
|
||||
#define ABIT_UGURU3_DEBUG(format, arg...) \
|
||||
if (verbose) \
|
||||
printk(KERN_DEBUG ABIT_UGURU3_NAME ": " format , ## arg)
|
||||
pr_debug(format , ## arg)
|
||||
|
||||
/* Macros to help calculate the sysfs_names array length */
|
||||
#define ABIT_UGURU3_MAX_NO_SENSORS 26
|
||||
|
||||
Reference in New Issue
Block a user