Changeset 710

Show
Ignore:
Timestamp:
01/28/00 01:46:11 (13 years ago)
Author:
mds
Message:

(mds) remove functionality check for WRITE_WORD

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/chips/eeprom.c

    r707 r710  
    181181#endif 
    182182 
    183         if (!i2c_check_functionality(adapter, I2C_FUNC_SMBUS_BYTE_DATA | 
    184                                      I2C_FUNC_SMBUS_WRITE_WORD_DATA)) 
     183        if (!i2c_check_functionality(adapter, I2C_FUNC_SMBUS_BYTE_DATA)) 
    185184                    goto ERROR0; 
    186185