aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon')
-rw-r--r--drivers/hwmon/w83627ehf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/hwmon/w83627ehf.c b/drivers/hwmon/w83627ehf.c
index d2a26135b313..c51ae2e17758 100644
--- a/drivers/hwmon/w83627ehf.c
+++ b/drivers/hwmon/w83627ehf.c
@@ -1445,8 +1445,9 @@ static int __init w83627ehf_find(int sioaddr, unsigned short *addr,
1445 sio_name = sio_name_W83627DHG; 1445 sio_name = sio_name_W83627DHG;
1446 break; 1446 break;
1447 default: 1447 default:
1448 pr_info(DRVNAME ": unsupported chip ID: 0x%04x\n", 1448 if (val != 0xffff)
1449 val); 1449 pr_debug(DRVNAME ": unsupported chip ID: 0x%04x\n",
1450 val);
1450 superio_exit(sioaddr); 1451 superio_exit(sioaddr);
1451 return -ENODEV; 1452 return -ENODEV;
1452 } 1453 }