Show
Ignore:
Timestamp:
06/23/06 20:39:51 (7 years ago)
Author:
khali
Message:

i2c-i801: Fix block transaction poll loops

Two of the three poll loops have the poll and sleep swapped,
causing an extra sleep to occur after the polled condition is
fulfilled. In practice, this doubles the amount of sleep time for
every block transaction.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r4055 r4059  
    1717  Module i2c-i801: Disable PEC mode after every transaction (2.6 backport) 
    1818                   Add ICH8 support (2.6 backport) 
     19                   Fix block transaction poll loops (2.6 backport) 
    1920  Module i2c-nforce2: Add nForce4 MCP51, MCP55 support (2.6 backport) 
    2021  Module i2c-piix4: Add ServerWorks HT-1000 support (2.6 backport)