mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 10:14:55 +00:00
Fix compiler error
BUG=chromium-os:17304 TEST=make successfully Change-Id: Icebd25069a445960eb4e1e92f10dec195ea3fbf1 Reviewed-on: http://gerrit.chromium.org/gerrit/4152 Reviewed-by: Che-Liang Chiou <clchiou@chromium.org> Tested-by: Che-Liang Chiou <clchiou@chromium.org>
This commit is contained in:
@@ -365,7 +365,7 @@ int LoadFirmware(LoadFirmwareParams* params) {
|
||||
}
|
||||
|
||||
/* Success */
|
||||
VBDEBUG(("Will boot firmware index %d\n", (int)shared->firmware->index));
|
||||
VBDEBUG(("Will boot firmware index %d\n", (int)shared->firmware_index));
|
||||
retval = LOAD_FIRMWARE_SUCCESS;
|
||||
} else {
|
||||
uint8_t a = shared->check_fw_a_result;
|
||||
|
||||
Reference in New Issue
Block a user