Loading drivers/hwmon/smsc47m1.c +2 −1 Original line number Diff line number Diff line Loading @@ -429,7 +429,8 @@ static int smsc47m1_detect(struct i2c_adapter *adapter) pwm2 = (smsc47m1_read_value(new_client, SMSC47M1_REG_PPIN(1)) & 0x05) == 0x04; 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; goto error_free; } Loading Loading
drivers/hwmon/smsc47m1.c +2 −1 Original line number Diff line number Diff line Loading @@ -429,7 +429,8 @@ static int smsc47m1_detect(struct i2c_adapter *adapter) pwm2 = (smsc47m1_read_value(new_client, SMSC47M1_REG_PPIN(1)) & 0x05) == 0x04; 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; goto error_free; } Loading