Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[firefly-linux-kernel-4.4.55.git] / drivers / hwmon / adm1029.c
index 97f4718382f6c5e6ab1f8bb9e617f237866a1194..9ee5e066423bee462f17dd6fc81979b618b25e20 100644 (file)
@@ -224,8 +224,9 @@ static ssize_t set_fan_div(struct device *dev,
                break;
        default:
                mutex_unlock(&data->update_lock);
-               dev_err(&client->dev, "fan_div value %ld not "
-                       "supported. Choose one of 1, 2 or 4!\n", val);
+               dev_err(&client->dev,
+                       "fan_div value %ld not supported. Choose one of 1, 2 or 4!\n",
+                       val);
                return -EINVAL;
        }
        /* Update the value */
@@ -326,8 +327,8 @@ static int adm1029_detect(struct i2c_client *client,
                 * There are no "official" CHIP ID, so actually
                 * we use Major/Minor revision for that
                 */
-               pr_info("adm1029: Unknown major revision %x, "
-                       "please let us know\n", chip_id);
+               pr_info("Unknown major revision %x, please let us know\n",
+                       chip_id);
                return -ENODEV;
        }