2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1406 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2002-06-28 02:55:49 +00:00
parent 97653b4d85
commit 1c990e4d35

View File

@@ -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();
}