Re: [PATCH] xhci: Fix log mistake of xhci_start

2020-05-15 Thread Sergei Shtylyov
On 15.05.2020 8:45, jiahao wrote: It is obvious that XCHI_MAX_HALT_USEC is usec, not milliseconds; Replace 'milliseconds' with I don't see 'milliseconds', only 'microseconds'... 'usec' of the debug message. Signed-off-by: jiahao --- drivers/usb/host/xhci.c | 2 +- 1 file changed,

Re: [PATCH] xhci: Fix log mistake of xhci_start

2020-05-14 Thread Mathias Nyman
On 15.5.2020 8.45, jiahao wrote: > It is obvious that XCHI_MAX_HALT_USEC is usec, > not milliseconds; Replace 'milliseconds' with > 'usec' of the debug message. > > Signed-off-by: jiahao > --- > drivers/usb/host/xhci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/dr

[PATCH] xhci: Fix log mistake of xhci_start

2020-05-14 Thread jiahao
It is obvious that XCHI_MAX_HALT_USEC is usec, not milliseconds; Replace 'milliseconds' with 'usec' of the debug message. Signed-off-by: jiahao --- drivers/usb/host/xhci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index