cvs commit: src/sys/bus/usb ehci.c ehci_pci.c ohci.c uhci.c uhub.c usb.c
Sascha Wildner
saw at online.de
Fri May 23 04:41:10 PDT 2008
Sascha Wildner wrote:
Michael,
is there a more elegant way than e.g. this change in usb.c, line 231:
- kprintf("%s", device_get_nameunit(sc->sc_dev));
+ device_printf(sc->sc_dev, "");
It makes gcc complain about the empty format string.
I guess you should just get the revision first and then device_printf()
it after that.
Sascha
--
http://yoyodyne.ath.cx
More information about the Commits
mailing list