diff options
author | Peter Chen <peter.chen@kernel.org> | 2021-03-07 17:53:43 +0800 |
---|---|---|
committer | Peter Chen <peter.chen@kernel.org> | 2021-04-12 20:19:21 +0800 |
commit | 39be23f4f16f5e743471c87c1e04bc90fc6d100a (patch) | |
tree | 110f6d36b0974f6117ce379302af61b531584cd9 /drivers/usb/cdns3/cdns3-imx.c | |
parent | 2fd69eca06333a4c1170e81bedf2736548ccb63d (diff) | |
download | linux-stable-39be23f4f16f5e743471c87c1e04bc90fc6d100a.tar.gz linux-stable-39be23f4f16f5e743471c87c1e04bc90fc6d100a.tar.bz2 linux-stable-39be23f4f16f5e743471c87c1e04bc90fc6d100a.zip |
usb: cdns3: trace: delete the trace parameter for request->trb
It is not correct using %pa to print virtual address of request->trb, and
it is hard to print its physical address due to the virtual address is
zero before using. It could use index (start_trb/end_trb) to know the
current trb position, so no matter virtual address or physical address
for request-trb is not so meaningful.
Reported-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Peter Chen <peter.chen@kernel.org>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions