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

No differences found