From: Michal Nazarewicz Date: Sun, 10 Nov 2013 18:37:37 +0000 (+0100) Subject: usb: phy: remove dead code X-Git-Tag: v3.13-rc4~47^2~15^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39189c98d161c292e7f80fe50da00d33193362b9;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed