summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2014-10-31 07:38:49 +0000
committerhselasky <hselasky@FreeBSD.org>2014-10-31 07:38:49 +0000
commit8118b15cf02ea2cebe5de9dd28a7860f6ac60767 (patch)
treecf412cf9ce311ac37397df70250e412a4460ea4e /sys/dev/usb/controller
parent07b5c0c04d60ae519c916a911ba3aaee4b23c541 (diff)
downloadFreeBSD-src-8118b15cf02ea2cebe5de9dd28a7860f6ac60767.zip
FreeBSD-src-8118b15cf02ea2cebe5de9dd28a7860f6ac60767.tar.gz
MFC r269569:
Remove unused defines. Fix some device_printf's that were missing '\n' at the end or had spelling errors. PR: 145319
Diffstat (limited to 'sys/dev/usb/controller')
-rw-r--r--sys/dev/usb/controller/ehci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/controller/ehci.c b/sys/dev/usb/controller/ehci.c
index e3a9897..5ed1e94 100644
--- a/sys/dev/usb/controller/ehci.c
+++ b/sys/dev/usb/controller/ehci.c
@@ -215,7 +215,7 @@ ehci_reset(ehci_softc_t *sc)
return (0);
}
}
- device_printf(sc->sc_bus.bdev, "Reset timeout\n");
+ device_printf(sc->sc_bus.bdev, "reset timeout\n");
return (USB_ERR_IOERROR);
}
@@ -290,7 +290,7 @@ ehci_init_sub(struct ehci_softc *sc)
}
}
if (hcr) {
- device_printf(sc->sc_bus.bdev, "Run timeout\n");
+ device_printf(sc->sc_bus.bdev, "run timeout\n");
return (USB_ERR_IOERROR);
}
return (USB_ERR_NORMAL_COMPLETION);
OpenPOWER on IntegriCloud