Skip unfunctional controllers
This commit is contained in:
parent
7e3a6f3b23
commit
fa2bef4816
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ grub_ohci_pci_iter (grub_pci_device_t dev,
|
|||
#endif
|
||||
grub_free (o);
|
||||
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue