Char: rocket, remove potential leak in module_init
authorJiri Slaby <jirislaby@gmail.com>
Thu, 18 Oct 2007 10:06:28 +0000 (03:06 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 18 Oct 2007 21:37:27 +0000 (14:37 -0700)
commit4384a3fae10c1badb859d2c98a6d2944b14609f6
tree08359a5b77d7535ddf80fddbd641f665213cc2af
parent57fedc7ae5f712c9c24f5baf30a0fbf38c1bda20
Char: rocket, remove potential leak in module_init

if (controller && !request_region) then we leaked a tty driver struct, fix it
by adding function deinit tail with goto-ing into it (and from other fail
paths too)

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/rocket.c