vgaarb: protect fini as well just in case

This commit is contained in:
Dave Airlie 2009-09-02 20:14:30 +10:00
parent 8aeadbff08
commit 291408980f

View File

@ -87,6 +87,8 @@ xf86VGAarbiterInit(void)
void void
xf86VGAarbiterFini(void) xf86VGAarbiterFini(void)
{ {
if (vga_no_arb)
return;
pci_device_vgaarb_fini(); pci_device_vgaarb_fini();
} }