mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
parent
dd933de84f
commit
2c9d2e1d32
@ -113,10 +113,6 @@ static void run_linux(void *)
|
||||
module_iwl_drv_init();
|
||||
}
|
||||
|
||||
PINF("+-----------------------+");
|
||||
PINF("| iwl driver loaded |");
|
||||
PINF("+-----------------------+");
|
||||
|
||||
_wpa_lock->unlock();
|
||||
|
||||
while (1) {
|
||||
|
@ -313,6 +313,8 @@ extern "C" int pci_register_driver(struct pci_driver *drv)
|
||||
pci()->release_device(free_up);
|
||||
}
|
||||
|
||||
if (!found) PERR("no usable wireless device found");
|
||||
|
||||
return found ? 0 : -ENODEV;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user