diff options
Diffstat (limited to 'sys/dev/usb/ohci.c')
-rw-r--r-- | sys/dev/usb/ohci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index 686f59c..961088f 100644 --- a/sys/dev/usb/ohci.c +++ b/sys/dev/usb/ohci.c @@ -1036,6 +1036,8 @@ ohci_intr1(sc) if (intrs == 0) { /* nothing to be done ?! */ + printf("%s: interrupt, but not for us\n", + USBDEVNAME(sc->sc_bus.bdev)); return (0); } |