Skip unfunctional controllers

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-04-16 20:41:54 +02:00
parent 7e3a6f3b23
commit fa2bef4816

View file

@ -258,7 +258,7 @@ grub_ohci_pci_iter (grub_pci_device_t dev,
#endif #endif
grub_free (o); grub_free (o);
return 1; return 0;
} }