Add an extra debugging message.
This commit is contained in:
parent
57d56d6643
commit
3a08f9ce41
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55786
@ -800,8 +800,11 @@ ohci_intr(p)
|
||||
ohci_softc_t *sc = p;
|
||||
|
||||
/* If we get an interrupt while polling, then just ignore it. */
|
||||
if (sc->sc_bus.use_polling)
|
||||
if (sc->sc_bus.use_polling) {
|
||||
DPRINTF(("%s: Ignored interrupt while polling",
|
||||
USBDEVNAME(sc->sc_bus.bdev)));
|
||||
return (0);
|
||||
}
|
||||
|
||||
return (ohci_intr1(sc));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user