zephyr/subsys/usb
Aurelien Jarno 124f5776a7 usb: device: fix the log level of a debug message
When using composite devices, an error is printed during the
initialization:

| [00:00:00.000,000] <err> usb_device: set cb, ep: 0x81
|
| [00:00:00.000,000] <err> usb_device: set cb, ep: 0x1
|
| [00:00:00.000,000] <err> usb_device: set cb, ep: 0x82
|
| [00:00:00.000,000] <err> usb_device: set cb, ep: 0x2

This is actually not an error, but rather a debug message. In addition
it should not contain a new line as it is automatically added by the
logger subsystem.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2018-10-10 17:48:55 -04:00
..
class usb: Use const for status_callback parameter 2018-10-10 09:21:55 -04:00
CMakeLists.txt usb: osdesc: Add MS OS Descriptors version 1 support 2018-07-12 23:10:22 -04:00
Kconfig subsys/usb: Move to new logger subsystem 2018-10-08 12:54:57 -04:00
bos.c subsys/usb: Move to new logger subsystem 2018-10-08 12:54:57 -04:00
os_desc.c subsys/usb: Move to new logger subsystem 2018-10-08 12:54:57 -04:00
os_desc.h usb: osdesc: Use definition for string descriptor index 2018-07-12 23:10:22 -04:00
usb_descriptor.c subsys/usb: Move to new logger subsystem 2018-10-08 12:54:57 -04:00
usb_descriptor.h usb: set SN string descriptor at runtime 2018-07-16 17:20:58 +02:00
usb_device.c usb: device: fix the log level of a debug message 2018-10-10 17:48:55 -04:00