commit | 4e218882eb5a967ea042ca68069140d2c969971a | [log] [tgz] |
---|---|---|
author | Peter Chen <peter.chen@nxp.com> | Thu Sep 10 17:11:24 2020 +0800 |
committer | Felipe Balbi <balbi@kernel.org> | Fri Oct 02 09:57:45 2020 +0300 |
tree | 7beb4ddfda626127bb253ba40e1164c56d9c1cf4 | |
parent | abc6b579048e2084ea28c677dd11106d67fe8498 [diff] |
usb: cdns3: gadget: improve the dump TRB operation at cdns3_ep_run_transfer It only dumps the first TRB per request, it is not useful if only dump the first TRB when there are several TRBs per request. We improve it by dumpping all TRBs per request in this commit. Signed-off-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Felipe Balbi <balbi@kernel.org>