Changeset 1429
- Timestamp:
- 09/06/11 20:49:31 (9 months ago)
- File:
-
- 1 edited
-
trunk/chipset_enable.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/chipset_enable.c
r1426 r1429 344 344 idsel_garbage_out: 345 345 free(idsel); 346 /* FIXME: Return failure here once internal_init() starts 347 * to care about the return value of the chipset enable. 348 */ 349 exit(1); 346 return ERROR_FATAL; 350 347 } 351 348 free(idsel); … … 490 487 /* Enable Flash Writes */ 491 488 ret = enable_flash_ich_dc(dev, name); 489 if (ret == ERROR_FATAL) 490 return ret; 492 491 493 492 /* Get physical address of Root Complex Register Block */ … … 895 894 if (!smbusdev) { 896 895 msg_perr("ERROR: SMBus device not found. Aborting.\n"); 897 exit(1);896 return ERROR_FATAL; 898 897 } 899 898
Note: See TracChangeset
for help on using the changeset viewer.
