Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[firefly-linux-kernel-4.4.55.git] / drivers / hwmon / f71805f.c
index a9816979c5dec92f4f0638c6b65f46fe6b801429..0c9f3da242bf91be9a6688f71de6d96385ce8453 100644 (file)
@@ -1350,8 +1350,7 @@ static void f71805f_init_device(struct f71805f_data *data)
 
        reg = f71805f_read8(data, F71805F_REG_START);
        if ((reg & 0x41) != 0x01) {
-               printk(KERN_DEBUG DRVNAME ": Starting monitoring "
-                      "operations\n");
+               pr_debug("Starting monitoring operations\n");
                f71805f_write8(data, F71805F_REG_START, (reg | 0x01) & ~0x40);
        }