usb: phy: remove dead code
authorMichal Nazarewicz <mina86@mina86.com>
Sun, 10 Nov 2013 18:37:37 +0000 (19:37 +0100)
committerFelipe Balbi <balbi@ti.com>
Mon, 25 Nov 2013 16:25:39 +0000 (10:25 -0600)
commit39189c98d161c292e7f80fe50da00d33193362b9
tree3d92a42ed535d259d20e40bfc8b589e99263e10e
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae
usb: phy: remove dead code

Commit [4d175f34: usb: phy: nop: Defer clock prepare until PHY init]
removed a goto reaching behind a “return ret” at the end of the function
thus removing the only possible way that statement could be reached, and
so rendering it a dead code.  This commit cleans it up by removing said
dead code.

Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/phy-am335x.c
drivers/usb/phy/phy-generic.c