xhci: add slot and endpoint numbers to debug messages in handle_tx_event
authorZhengjun Xing <zhengjun.xing@linux.intel.com>
Fri, 7 Apr 2017 14:56:59 +0000 (17:56 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Apr 2017 10:17:41 +0000 (12:17 +0200)
commitb7f769ae1b126086c5ec6686734924bac1dc0a9f
treefef1172250efd6fc70f6c61187888006f3e6bcbd
parent5d062aba0d399c57e2d793603d6e372adb09b4d7
xhci: add slot and endpoint numbers to debug messages in handle_tx_event

There's one annoyance in how xhci prints debug messages, we often
get logs with messages but it's hard to say from which device and
endpoint the message originates. Add slot_id, ep_index messages
in handle_tx_event.

Signed-off-by: Zhengjun Xing <zhengjun.xing@linux.intel.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-ring.c