commit | 30ad6273adad76017ddad737d45f8931cac554ad | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@kernel.org> | Wed Jan 29 09:20:19 2020 +0200 |
committer | Felipe Balbi <balbi@kernel.org> | Sun Mar 15 11:06:39 2020 +0200 |
tree | 68731b235f68aedd861e08603eb3713098964661 | |
parent | 2c523b344dfa65a3738e7039832044aa133c75fb [diff] |
usb: dwc3: trace: print enqueue/dequeue pointers too By printing enqueue/dequeue pointers, we can make sure that our TRB handling is correct. We've had a recent situation where we were not always dequeueing all TRBs in an SG list and this helped figure out what the problem was. Signed-off-by: Felipe Balbi <balbi@kernel.org>