Changeset 4057

Show
Ignore:
Timestamp:
06/23/06 19:43:54 (2 years ago)
Author:
ruik
Message:

Revert the last bus hang fix. Further research neccessary.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/kernel/busses/i2c-amd756.c

    r4042 r4057  
    127127 
    128128        /* 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); 
    131129        if ((temp = inw_p(SMB_GLOBAL_STATUS)) & (GS_HST_STS | GS_SMB_STS)) { 
    132130                pr_debug(DRV_NAME ": SMBus busy (%04x). Waiting...\n", temp);