]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Skip unfunctional controllers
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 16 Apr 2010 18:41:54 +0000 (20:41 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 16 Apr 2010 18:41:54 +0000 (20:41 +0200)
bus/usb/ohci.c

index 69efda4359f6fb8f4b5e5176b85d6f86d73fe16b..de20a1491773bc79d451a404a56b6dbdfe95eb87 100644 (file)
@@ -258,7 +258,7 @@ grub_ohci_pci_iter (grub_pci_device_t dev,
 #endif
   grub_free (o);
 
-  return 1;
+  return 0;
 }