Changeset 4057
- Timestamp:
- 06/23/06 19:43:54 (7 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/busses/i2c-amd756.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-amd756.c
r4042 r4057 127 127 128 128 /* Make sure the SMBus host is ready to start transmitting */ 129 /* And wait for the SMBus controller to settle down (avoids hang) */130 msleep(1);131 129 if ((temp = inw_p(SMB_GLOBAL_STATUS)) & (GS_HST_STS | GS_SMB_STS)) { 132 130 pr_debug(DRV_NAME ": SMBus busy (%04x). Waiting...\n", temp);
