]> git.baikalelectronics.ru Git - kernel.git/commit
usb/host/fotg210: remove dead code in create_sysfs_files
authorColin Ian King <colin.king@canonical.com>
Sun, 8 May 2016 19:14:29 +0000 (20:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 May 2016 11:08:46 +0000 (13:08 +0200)
commitf9b9359e660601032b21b19f9743bf0436f30b13
treef79a68f3d9596da18b8e3d83819413281c4502f3
parentdf0466eb23ef3c8f8516e0fc33126a68b3e55a9d
usb/host/fotg210: remove dead code in create_sysfs_files

The goto in create_sysfs_files is never executed, so remove it
and clean up the code.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/fotg210-hcd.c