]> Git Repo - linux.git/blobdiff - drivers/hwmon/vt8231.c
hwmon: (lm75) Add support for the Dallas/Maxim DS7505
[linux.git] / drivers / hwmon / vt8231.c
index 988a2a79676496e3acd7ec5e1e8e4c1399c9bf39..0e7017841f7dacb9b1341e4313f4acaf009349a6 100644 (file)
@@ -573,8 +573,9 @@ static ssize_t set_fan_div(struct device *dev, struct device_attribute *attr,
                data->fan_div[nr] = 3;
                break;
        default:
-               dev_err(dev, "fan_div value %ld not supported. "
-                       "Choose one of 1, 2, 4 or 8!\n", val);
+               dev_err(dev,
+                       "fan_div value %ld not supported. Choose one of 1, 2, 4 or 8!\n",
+                       val);
                mutex_unlock(&data->update_lock);
                return -EINVAL;
        }
This page took 0.031234 seconds and 4 git commands to generate.