Added comment
This commit is contained in:
parent
def348d45a
commit
680a2f48d9
@ -542,6 +542,9 @@ ohci_intr(p)
|
||||
u_int32_t intrs, eintrs;
|
||||
ohci_physaddr_t done;
|
||||
|
||||
/* if attach is failed we get a NULL pointer here
|
||||
* XXX should be removed when pci_unmap_int is implemented
|
||||
*/
|
||||
if ((sc == NULL) || (sc->sc_hcca == NULL))
|
||||
return (0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user