Input: gtco - eliminate early return
authorJulia Lawall <julia@diku.dk>
Thu, 3 Jul 2008 16:10:58 +0000 (12:10 -0400)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 7 Jul 2008 13:01:30 +0000 (09:01 -0400)
commitf4bc95d7bd5d2e57d5a64b5bcd35928beb7026de
tree6337b58e0c66b1572c28381e7f4d05fcc2d17d6e
parent0e7e92fa3c55eee0047ee894b7eb8eb2362d83d9
Input: gtco - eliminate early return

There seems to be no reason why this error case should do less
cleaning up than the other adjacent ones, so the goto, which is
currently dead code, seems to be what is intended.

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/tablet/gtco.c