mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Improve error message.
MFC after: 1 month
This commit is contained in:
parent
5a92ac1d68
commit
6be7599235
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue