Changeset 2473

Show
Ignore:
Timestamp:
04/24/04 23:29:01 (9 years ago)
Author:
khali
Message:

Fix driver not being called by i2c-proc.

Files:
1 modified

Legend:

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

    r2460 r2473  
    442442} 
    443443 
    444 /* We should not trust the address, it is unset. 
     444/* We don't really care about the address. 
    445445   Read from extra_isa instead. */ 
    446446int pc87360_detect(struct i2c_adapter *adapter, int address, 
     
    853853        } 
    854854 
     855        /* i2c-proc wants a checkable region */ 
     856        normal_isa[0] = extra_isa[0]; 
     857 
    855858        return i2c_add_driver(&pc87360_driver); 
    856859}