Changeset 674
- Timestamp:
- 12/24/99 20:44:34 (9 years ago)
- Files:
-
- lm-sensors/trunk/kernel/busses/i2c-sis5595.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/kernel/busses/i2c-sis5595.c
r654 r674 239 239 240 240 /* start the transaction by setting bit 4 */ 241 sis5595_write(SMB_CTL_LO,sis5595_read(SMB_CTL_LO) );241 sis5595_write(SMB_CTL_LO,sis5595_read(SMB_CTL_LO)|0x10); 242 242 243 243 /* We will always wait for a fraction of a second! */ … … 251 251 #ifdef DEBUG 252 252 printk("i2c-sis5595.o: SMBus Timeout!\n"); 253 #endif 253 254 result = -1; 254 #endif255 255 } 256 256 … … 408 408 } 409 409 if (sis5595_initialized >= 1) { 410 release_region(sis5595_base , 2);410 release_region(sis5595_base + SMB_INDEX, 2); 411 411 sis5595_initialized--; 412 412 }
