Changeset 77
- Timestamp:
- 12/14/98 04:28:44 (14 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
kernel/chips/lm78.c (modified) (2 diffs)
-
src/lm78.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/lm78.c
r75 r77 390 390 goto ERROR4; 391 391 ((struct lm78_data *) (new_client->data)) -> sysctl_id = err; 392 err = 0; 392 393 393 394 /* Initialize the LM78 chip */ … … 507 508 goto ERROR4; 508 509 ((struct lm78_data *) (new_client->data))->sysctl_id = err; 510 err = 0; 509 511 510 512 /* Initialize the LM78 chip */ -
lm-sensors/trunk/src/lm78.c
r75 r77 390 390 goto ERROR4; 391 391 ((struct lm78_data *) (new_client->data)) -> sysctl_id = err; 392 err = 0; 392 393 393 394 /* Initialize the LM78 chip */ … … 507 508 goto ERROR4; 508 509 ((struct lm78_data *) (new_client->data))->sysctl_id = err; 510 err = 0; 509 511 510 512 /* Initialize the LM78 chip */
