linux_dsm_epyc7002/drivers/usb/mtu3
YueHaibing f770e3bc23 usb: mtu3: fix dbginfo in qmu_tx_zlp_error_handler
Fixes gcc '-Wunused-but-set-variable' warning:

drivers/usb/mtu3/mtu3_qmu.c: In function 'qmu_tx_zlp_error_handler':
drivers/usb/mtu3/mtu3_qmu.c:385:22: warning:
 variable 'req' set but not used [-Wunused-but-set-variable]

It seems dbginfo original intention is print 'req' other than 'mreq'

Acked-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
2018-12-07 07:58:28 +02:00
..
Kconfig
Makefile
mtu3_core.c usb: mtu3: clear SOFTCONN when clear USB3_EN if work as HS mode 2018-12-05 11:12:28 +02:00
mtu3_dr.c
mtu3_dr.h
mtu3_gadget_ep0.c usb: mtu3: enable SETUPENDISR interrupt 2018-12-05 11:12:25 +02:00
mtu3_gadget.c
mtu3_host.c
mtu3_hw_regs.h usb: mtu3: clear SOFTCONN when clear USB3_EN if work as HS mode 2018-12-05 11:12:28 +02:00
mtu3_plat.c usb/mtu3: power down device ip at setup 2018-12-05 11:12:02 +02:00
mtu3_qmu.c usb: mtu3: fix dbginfo in qmu_tx_zlp_error_handler 2018-12-07 07:58:28 +02:00
mtu3_qmu.h
mtu3.h