]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/hwmon/vt8231.c
hwmon: (w83627ehf) The W83627DHG has 8 VID pins
[linux-2.6-omap-h63xx.git] / drivers / hwmon / vt8231.c
index 2196a84603f5b700178f6157dffbead54999d333..f87661775fe075ce6e42948e2efa6c5e51fb8176 100644 (file)
@@ -504,7 +504,7 @@ static ssize_t set_fan_div(struct device *dev, struct device_attribute *attr,
        case 4: data->fan_div[nr] = 2; break;
        case 8: data->fan_div[nr] = 3; break;
        default:
-               dev_err(dev, "fan_div value %ld not supported."
+               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;