|
@@ -429,7 +429,8 @@ static int smsc47m1_detect(struct i2c_adapter *adapter)
|
|
pwm2 = (smsc47m1_read_value(new_client, SMSC47M1_REG_PPIN(1)) & 0x05)
|
|
pwm2 = (smsc47m1_read_value(new_client, SMSC47M1_REG_PPIN(1)) & 0x05)
|
|
== 0x04;
|
|
== 0x04;
|
|
if (!(fan1 || fan2 || pwm1 || pwm2)) {
|
|
if (!(fan1 || fan2 || pwm1 || pwm2)) {
|
|
- dev_warn(&new_client->dev, "Device is not configured, will not use\n");
|
|
|
|
|
|
+ dev_warn(&adapter->dev, "Device at 0x%x is not configured, "
|
|
|
|
+ "will not use\n", new_client->addr);
|
|
err = -ENODEV;
|
|
err = -ENODEV;
|
|
goto error_free;
|
|
goto error_free;
|
|
}
|
|
}
|