summaryrefslogtreecommitdiff
path: root/drivers/hwmon/sfctemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/sfctemp.c')
-rw-r--r--drivers/hwmon/sfctemp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/sfctemp.c b/drivers/hwmon/sfctemp.c
index d7484e2b8100..fb1da93383d7 100644
--- a/drivers/hwmon/sfctemp.c
+++ b/drivers/hwmon/sfctemp.c
@@ -303,7 +303,7 @@ static int sfctemp_probe(struct platform_device *pdev)
ret = sfctemp_enable(sfctemp);
if (ret)
- return dev_err_probe(dev, ret, "error enabling temperature sensor: %d\n", ret);
+ return dev_err_probe(dev, ret, "error enabling temperature sensor\n");
hwmon_dev = devm_hwmon_device_register_with_info(dev, "sfctemp", sfctemp,
&sfctemp_chip_info, NULL);