Changeset 3897
- Timestamp:
- 01/23/04 21:22:53 (9 years ago)
- Files:
-
- 1 modified
-
i2c/trunk/kernel/i2c-philips-par.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/kernel/i2c-philips-par.c
r3882 r3897 189 189 } 190 190 /* reset hardware to sane state */ 191 bit_lp_setsda(port, 1);192 bit_lp_setscl(port, 1);191 adapter->bit_lp_data.setsda(port, 1); 192 adapter->bit_lp_data.setscl(port, 1); 193 193 parport_release(adapter->pdev); 194 194
