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; }