Changeset 3982
- Timestamp:
- 05/15/05 12:02:40 (8 years ago)
- Location:
- i2c/trunk
- Files:
-
- 3 modified
-
TODO (modified) (1 diff)
-
doc/mkpatch (modified) (1 diff)
-
kernel/i2c-algo-ibm_ocp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/TODO
r3945 r3982 599 599 > Otherwise, cast s32 to u8 as usual. 600 600 601 Why test for -1 explicit ely, just test negative for error?601 Why test for -1 explicitly, just test negative for error? 602 602 603 603 -
i2c/trunk/doc/mkpatch
r3363 r3982 50 50 I2C file as specified in INCLUDES, and it takes care of 51 51 lm_sensors changes. 52 * It handles several special files, that have to be scanned explicit ely52 * It handles several special files, that have to be scanned explicitly 53 53 to generate diffs to for them 54 54 -
i2c/trunk/kernel/i2c-algo-ibm_ocp.c
r3930 r3982 738 738 // 739 739 ret = iic_inb(adap, iic->extsts); 740 // Mask off the irrelev ent bits740 // Mask off the irrelevant bits 741 741 ret = ret & 0x70; 742 742 // When the bus is free, the BCS bits in the EXTSTS register are 0b100
