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)
commit9f3b3f6a30cbf9a9664fc7ca3510f1df00098f19
treef79a68f3d9596da18b8e3d83819413281c4502f3
parentef23db9c5ee2dd240ad6875e03d004416f4ee0df
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