aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2016-07-29 11:33:23 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2016-07-29 11:33:23 +0000
commit6be7599235941f01beb9bfefb72b612daeac9c84 (patch)
tree477d26c6789ce03e296ceaad82b9af1fe6a3ba6b /sys/dev
parent5a92ac1d687ddcb583c47109034e093e222e2011 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usb_device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_device.c b/sys/dev/usb/usb_device.c
index a5c2444ec8594..c1b21df581190 100644
--- a/sys/dev/usb/usb_device.c
+++ b/sys/dev/usb/usb_device.c
@@ -1724,8 +1724,8 @@ usb_alloc_device(device_t parent_dev, struct usb_bus *bus,
/* Setup USB descriptors */
err = (usb_temp_setup_by_index_p) (udev, usb_template);
if (err) {
- DPRINTFN(0, "setting up USB template failed maybe the USB "
- "template module has not been loaded\n");
+ DPRINTFN(0, "setting up USB template failed - "
+ "usb_template(4) not loaded?\n");
goto done;
}
}