mirror of
https://xff.cz/git/u-boot/
synced 2025-09-20 10:02:07 +02:00
bios_emulator: remove assignment without effect
Assigning a parameter which is not used afterwards has not effect. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Tom Rini
parent
f0306a145b
commit
f53424e650
@@ -606,7 +606,6 @@ int biosemu_run(pci_dev_t pcidev, uchar *bios_rom, int bios_len,
|
|||||||
(ulong)(vga_info->BIOSImage) != 0xc0000)
|
(ulong)(vga_info->BIOSImage) != 0xc0000)
|
||||||
free(vga_info->BIOSImage);
|
free(vga_info->BIOSImage);
|
||||||
free(vga_info);
|
free(vga_info);
|
||||||
vga_info = NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user