linux-stable/drivers/usb/mtu3
YueHaibing a4c104a35e usb: mtu3: fix dbginfo in qmu_tx_zlp_error_handler
[ Upstream commit f770e3bc23 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-12-13 08:52:32 +01:00
..
Kconfig
Makefile
mtu3.h
mtu3_core.c usb: mtu3: disable vbus rise/fall interrupts of ltssm 2019-11-20 18:46:16 +01:00
mtu3_dr.c
mtu3_dr.h
mtu3_gadget.c usb: mtu3: disable vbus rise/fall interrupts of ltssm 2019-11-20 18:46:16 +01:00
mtu3_gadget_ep0.c
mtu3_host.c
mtu3_hw_regs.h
mtu3_plat.c
mtu3_qmu.c usb: mtu3: fix dbginfo in qmu_tx_zlp_error_handler 2019-12-13 08:52:32 +01:00
mtu3_qmu.h