RE: [PATCH 2/3] xhci: Log ep-index and comp-code on TRB DMA ptr not part of current TD

2014-07-18 Thread David Laight
From: Hans de Goede > These errors should never happen, so lets add some extra info when they happen > to make figuring out what is going on easier. I've previously posted a patch that include the 'DMA ptr' itself. IIRC I was generating one of the error events where the pointer is the address of a

[PATCH 2/3] xhci: Log ep-index and comp-code on TRB DMA ptr not part of current TD

2014-07-18 Thread Hans de Goede
These errors should never happen, so lets add some extra info when they happen to make figuring out what is going on easier. Signed-off-by: Hans de Goede --- drivers/usb/host/xhci-ring.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/usb/host/xhci-ring.c b/drivers