]> 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)
commite566e241507b1ebd0fb668b624e6c96e37102cc9
treef79a68f3d9596da18b8e3d83819413281c4502f3
parent31a7d8a60085103f5fa416615104dc3457b0b5a1
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