Re: [PATCH 08/13] usb: gadget: Use dbg_ep0() macro instead of serial_printf()

2020-11-29 Thread Pavel Machek
On Sun 2020-11-29 17:49:52, Pali Rohár wrote: > All debug messages from ep0.c except a few are printed by dbg_ep0() macro. > So for remaining few exception use also dbg_ep0() instead of serial_printf(). > > Signed-off-by: Pali Rohár Reviewed-by: Pavel Machek --

[PATCH 08/13] usb: gadget: Use dbg_ep0() macro instead of serial_printf()

2020-11-29 Thread Pali Rohár
All debug messages from ep0.c except a few are printed by dbg_ep0() macro. So for remaining few exception use also dbg_ep0() instead of serial_printf(). Signed-off-by: Pali Rohár --- drivers/usb/gadget/ep0.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git