]> git.karo-electronics.de Git - linux-beck.git/commit
usb: host: fotg210: remove unreachable code
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Mon, 28 Sep 2015 16:57:59 +0000 (17:57 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 09:51:58 +0000 (10:51 +0100)
commitd0452fe09a90d4aff5029d3c053014ae2caeec94
treee38c7038bb345e2cfc297add39a140efc75f10aa
parente2f3951110f19fd901159981dadc756263d30386
usb: host: fotg210: remove unreachable code

Before running the platform_driver_unregister() the code will either return
retval or jump to clean. Removing this line that is unreachable.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/fotg210-hcd.c