phy: ti: dm816x: remove set but not used variable 'phy_data'
authorYueHaibing <yuehaibing@huawei.com>
Wed, 23 Oct 2019 07:45:23 +0000 (15:45 +0800)
committerKishon Vijay Abraham I <kishon@ti.com>
Fri, 25 Oct 2019 12:28:13 +0000 (17:58 +0530)
commit54fad40d3f01c5d14e2ba123b2753029dd6a4cbd
tree93fb37aead96454755c97c0d9ac42e063501ca08
parent4bd5ead82d4b877ebe41daf95f28cda53205b039
phy: ti: dm816x: remove set but not used variable 'phy_data'

Fixes gcc '-Wunused-but-set-variable' warning:

drivers/phy/ti/phy-dm816x-usb.c:192:29: warning:
 variable phy_data set but not used [-Wunused-but-set-variable]

It is never used, so can be removed.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/ti/phy-dm816x-usb.c