summaryrefslogtreecommitdiffstats
path: root/hw/alpha_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/alpha_pci.c')
-rw-r--r--hw/alpha_pci.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/hw/alpha_pci.c b/hw/alpha_pci.c
index e975702..6735577 100644
--- a/hw/alpha_pci.c
+++ b/hw/alpha_pci.c
@@ -121,10 +121,8 @@ void alpha_pci_vga_setup(PCIBus *pci_bus)
pci_cirrus_vga_init(pci_bus);
return;
case VGA_VMWARE:
- if (pci_vmsvga_init(pci_bus)) {
- return;
- }
- break;
+ pci_vmsvga_init(pci_bus);
+ return;
}
/* If VGA is enabled at all, and one of the above didn't work, then
fallback to Standard VGA. */
OpenPOWER on IntegriCloud