diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-05-29 17:09:39 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-03 15:21:57 +0200 |
commit | 32adeab3e3b5bc01ebb7746600e7c734482230d7 (patch) | |
tree | 3ddce6b6b76efc2ca9db738aba812c7c21d7eab0 /drivers/usb/host | |
parent | usb: ftdi-elan: fix possible condition with no effect (if == else) (diff) | |
download | linux-32adeab3e3b5bc01ebb7746600e7c734482230d7.tar.xz linux-32adeab3e3b5bc01ebb7746600e7c734482230d7.zip |
usb: phy: mv-usb: Remove set but not used variable 'phy'
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/usb/phy/phy-mv-usb.c: In function mv_otg_work:
drivers/usb/phy/phy-mv-usb.c:404:18: warning: variable phy set but not used [-Wunused-but-set-variable]
It's no used since commit e47d92545c29 ("usb: move
the OTG state from the USB PHY to the OTG structure")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host')
0 files changed, 0 insertions, 0 deletions