Changeset 341 for lm-sensors/trunk/kernel/chips/lm78.c
- Timestamp:
- 03/24/99 22:28:22 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/lm78.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/lm78.c
r338 r341 42 42 /* Insmod parameters */ 43 43 SENSORS_INSMOD_3(lm78,lm78j,lm79); 44 44 45 /* Many LM78 constants specified below */ 45 46 … … 323 324 /* We need the timeouts for at least some LM78-like chips. But only 324 325 if we read 'undefined' registers. */ 325 if (check_region(address,LM78_EXTENT))326 goto ERROR0;327 326 i = inb_p(address + 1); 328 327 if (inb_p(address + 2) != i)
