staging: ft1000: Fix error goto statements.
commite72115bce326dc893bc1db96db72059a6a08148c
authorMarek Belisko <marek.belisko@gmail.com>
Fri, 12 Nov 2010 09:27:44 +0000 (12 10:27 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Nov 2010 19:31:21 +0000 (16 11:31 -0800)
tree78b859bf4b59c232b19a99a80f480711d742aadb
parent491acf0032c08a74a4c88032ca1c03b498bfec37
staging: ft1000: Fix error goto statements.

With commit 2dab1ac81b4767095f96503a9ac093a68c6e9c95 there
was intruduced error which lead to stopping uninitialized
kthread which leads to kernel panics.

This patch fix problems with common entry point in correct
way.

Signed-off-by: Marek Belisko <marek.belisko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/ft1000/ft1000-usb/ft1000_usb.c