staging: ft1000-usb: remove unnecessary return statement

This fixes the following checkpatch.pl warning:
WARNING: void function return statements are not generally useful

Signed-off-by: Catalina Mocanu <catalina.mocanu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Catalina Mocanu 2014-09-24 13:54:14 -07:00 committed by Greg Kroah-Hartman
parent 9eeea5eb6b
commit ed9034f58e
1 changed files with 0 additions and 2 deletions

View File

@ -246,8 +246,6 @@ static void ft1000_disconnect(struct usb_interface *interface)
kfree(ft1000dev);
}
kfree(pFileStart);
return;
}
static struct usb_driver ft1000_usb_driver = {