minor changes

This commit is contained in:
Markus Fröschle
2014-09-07 06:55:37 +00:00
parent 5a913f83fa
commit 1a2d7bcc46
2 changed files with 2 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ int usb_init(int32_t handle, const struct pci_device_id *ent)
{
long handle = controller_priv[i]->handle;
if (handle)
res |= usb_init(handle, NULL);
res |= usb_init(handle, NULL); /* FIXME: recursive call to self */
}
}
return res;