Changeset 592

Show
Ignore:
Timestamp:
10/04/99 16:09:53 (9 years ago)
Author:
frodo
Message:

Bug fixed that made it impossible to insert the adm9240 driver

When checking for adapter functionality, a '!' had disappeared :-(

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/kernel/chips/adm9240.c

    r585 r592  
    364364#endif 
    365365 
    366   if (i2c_check_functionality(adapter,I2C_FUNC_SMBUS_BYTE_DATA)) 
     366  if (!i2c_check_functionality(adapter,I2C_FUNC_SMBUS_BYTE_DATA)) 
    367367    goto ERROR0; 
    368368