mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 22:05:11 +00:00
(mds)+1
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1406 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -276,7 +276,7 @@ int smsc47m1_detect(struct i2c_adapter *adapter, int address,
|
||||
superio_enter();
|
||||
superio_select();
|
||||
superio_outb(SMSC_BASE_REG, address >> 8);
|
||||
superio_outb(SMSC_BASE_REG, address & 0xff);
|
||||
superio_outb(SMSC_BASE_REG+1, address & 0xff);
|
||||
superio_exit();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user