diff options
Diffstat (limited to 'drivers/hwmon/lm85.c')
-rw-r--r-- | drivers/hwmon/lm85.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/hwmon/lm85.c b/drivers/hwmon/lm85.c index 8954d64614ff..5f051c023236 100644 --- a/drivers/hwmon/lm85.c +++ b/drivers/hwmon/lm85.c | |||
@@ -1033,11 +1033,6 @@ int lm85_detect(struct i2c_adapter *adapter, int address, | |||
1033 | int err = 0; | 1033 | int err = 0; |
1034 | const char *type_name = ""; | 1034 | const char *type_name = ""; |
1035 | 1035 | ||
1036 | if (i2c_is_isa_adapter(adapter)) { | ||
1037 | /* This chip has no ISA interface */ | ||
1038 | goto ERROR0 ; | ||
1039 | }; | ||
1040 | |||
1041 | if (!i2c_check_functionality(adapter, | 1036 | if (!i2c_check_functionality(adapter, |
1042 | I2C_FUNC_SMBUS_BYTE_DATA)) { | 1037 | I2C_FUNC_SMBUS_BYTE_DATA)) { |
1043 | /* We need to be able to do byte I/O */ | 1038 | /* We need to be able to do byte I/O */ |