usb: logs: Rename USB_WRN to LOG_WRN
Since logger is now suitable for our logs use it directly. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
f22060cdbe
commit
93bd26343e
9 changed files with 44 additions and 46 deletions
|
@ -44,8 +44,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define USB_WRN(fmt, ...) LOG_WRN(fmt, ##__VA_ARGS__)
|
||||
|
||||
/*
|
||||
* These macros should be used to place the USB descriptors
|
||||
* in predetermined order in the RAM.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue