USB: Fix level of isp1760 Reloading ptd error message
This error message is not actually an error, it's an information message. It is triggered when a transfer which ended in a NAQ is retried successfully by the hardware. Signed-off-by: Colin Tuckley <colin.tuckley@arm.com> Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Cc: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
ae35fe9e8a
commit
c0d7414253
1 changed files with 3 additions and 3 deletions
|
@ -1039,12 +1039,12 @@ static void do_atl_int(struct usb_hcd *usb_hcd)
|
||||||
if (!nakcount && (dw3 & DW3_QTD_ACTIVE)) {
|
if (!nakcount && (dw3 & DW3_QTD_ACTIVE)) {
|
||||||
u32 buffstatus;
|
u32 buffstatus;
|
||||||
|
|
||||||
/* XXX
|
/*
|
||||||
* NAKs are handled in HW by the chip. Usually if the
|
* NAKs are handled in HW by the chip. Usually if the
|
||||||
* device is not able to send data fast enough.
|
* device is not able to send data fast enough.
|
||||||
* This did not trigger for a long time now.
|
* This happens mostly on slower hardware.
|
||||||
*/
|
*/
|
||||||
printk(KERN_ERR "Reloading ptd %p/%p... qh %p readed: "
|
printk(KERN_NOTICE "Reloading ptd %p/%p... qh %p read: "
|
||||||
"%d of %zu done: %08x cur: %08x\n", qtd,
|
"%d of %zu done: %08x cur: %08x\n", qtd,
|
||||||
urb, qh, PTD_XFERRED_LENGTH(dw3),
|
urb, qh, PTD_XFERRED_LENGTH(dw3),
|
||||||
qtd->length, done_map,
|
qtd->length, done_map,
|
||||||
|
|
Loading…
Add table
Reference in a new issue