From: Vladimir 'phcoder' Serbinenko Date: Fri, 16 Apr 2010 18:41:54 +0000 (+0200) Subject: Skip unfunctional controllers X-Git-Tag: 1.99~780^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa2bef48160d1d397e48ed5552ddcd215675865f;p=thirdparty%2Fgrub.git Skip unfunctional controllers --- diff --git a/bus/usb/ohci.c b/bus/usb/ohci.c index 69efda435..de20a1491 100644 --- a/bus/usb/ohci.c +++ b/bus/usb/ohci.c @@ -258,7 +258,7 @@ grub_ohci_pci_iter (grub_pci_device_t dev, #endif grub_free (o); - return 1; + return 0; }