RE: [PATCH v2 28/37] usb: host: xhci: combine event TRB completion debugging messages

2017-01-25 Thread David Laight
From: Janusz Dziedzic > Sent: 24 January 2017 12:06 > On 23 January 2017 at 13:20, Mathias Nyman > wrote: > > From: Felipe Balbi > > > > If we just provide a helper to convert completion code to string, we can > > combine all debugging

Re: [PATCH v2 28/37] usb: host: xhci: combine event TRB completion debugging messages

2017-01-24 Thread Janusz Dziedzic
On 23 January 2017 at 13:20, Mathias Nyman wrote: > From: Felipe Balbi > > If we just provide a helper to convert completion code to string, we can > combine all debugging messages into a single print. > > [keep the old debug messages,

RE: [PATCH v2 28/37] usb: host: xhci: combine event TRB completion debugging messages

2017-01-24 Thread Felipe Balbi
Hi, David Laight writes: > From: Mathias Nyman >> Sent: 23 January 2017 12:20 >> If we just provide a helper to convert completion code to string, we can >> combine all debugging messages into a single print. > ... >> diff --git a/drivers/usb/host/xhci.h

RE: [PATCH v2 28/37] usb: host: xhci: combine event TRB completion debugging messages

2017-01-24 Thread David Laight
From: Mathias Nyman > Sent: 23 January 2017 12:20 > If we just provide a helper to convert completion code to string, we can > combine all debugging messages into a single print. ... > diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h > index aa63e38..ebdd920 100644 > ---

[PATCH v2 28/37] usb: host: xhci: combine event TRB completion debugging messages

2017-01-23 Thread Mathias Nyman
From: Felipe Balbi If we just provide a helper to convert completion code to string, we can combine all debugging messages into a single print. [keep the old debug messages, for warn and grep -Mathias] Signed-off-by: Felipe Balbi