aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/sis5595.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/sis5595.c')
-rw-r--r--drivers/hwmon/sis5595.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/hwmon/sis5595.c b/drivers/hwmon/sis5595.c
index c35847a1a0a3..1404e6319deb 100644
--- a/drivers/hwmon/sis5595.c
+++ b/drivers/hwmon/sis5595.c
@@ -456,8 +456,9 @@ static ssize_t set_fan_div(struct device *dev, struct device_attribute *da,
456 data->fan_div[nr] = 3; 456 data->fan_div[nr] = 3;
457 break; 457 break;
458 default: 458 default:
459 dev_err(dev, "fan_div value %ld not " 459 dev_err(dev,
460 "supported. Choose one of 1, 2, 4 or 8!\n", val); 460 "fan_div value %ld not supported. Choose one of 1, 2, 4 or 8!\n",
461 val);
461 mutex_unlock(&data->update_lock); 462 mutex_unlock(&data->update_lock);
462 return -EINVAL; 463 return -EINVAL;
463 } 464 }