ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

ipmi_get_sd_card_info - return (-1) if no SD card is present.
This commit is contained in:
Zdenek Styblik 2013-07-07 11:41:27 +00:00
parent d44be6e5f5
commit 630934cb89

View File

@ -3877,7 +3877,7 @@ ipmi_get_sd_card_info(struct ipmi_intf * intf) {
"vFlash SD card is unavailable, please insert the card of");
lprintf(LOG_ERR,
"size 256MB or greater");
return 0;
return (-1);
}
printf("vFlash SD Card Properties\n");