phy: ti-pipe3: remove set but unused variable
authorVinod Koul <vkoul@kernel.org>
Mon, 29 Jun 2020 14:50:10 +0000 (20:20 +0530)
committerVinod Koul <vkoul@kernel.org>
Wed, 8 Jul 2020 11:10:28 +0000 (16:40 +0530)
commit3cc4502ce8f37b4f8a75bfc4eb6d99a74ce018e1
tree4cddf0c4ad227c193b5805885caf4ee2af76284b
parent3b0163bb34f15695feb0b87365bed3eba8f9804d
phy: ti-pipe3: remove set but unused variable

ti_pipe3_power_on() sets variable 'ret' but never uses it, so remove it.

drivers/phy/ti/phy-ti-pipe3.c:340:6: warning: variable ‘ret’ set but not
used [-Wunused-but-set-variable]

Link: https://lore.kernel.org/r/20200629145010.122675-4-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/ti/phy-ti-pipe3.c