usb: dwc3: debugfs: slightly improve output of trb_ring
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Thu, 20 Apr 2017 12:21:27 +0000 (15:21 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Fri, 2 Jun 2017 08:22:28 +0000 (11:22 +0300)
commit436841d53dd798ad67fc7c9bc7403613a9d9b4e0
tree475d7222af004c04b1bf4ba8976779645a91b2d6
parentbfad65ee9be2096a854e350ba6324e3e48ad5e1d
usb: dwc3: debugfs: slightly improve output of trb_ring

Instead of printing out enqueue and dequeue pointer value as a header
to the output, let's mark the TRBs in question with 'E' and 'D'. The
output looks slightly easier to read.

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/debugfs.c