[PATCH] Clean up char/esp.c
authorEric Sesterhenn <snakebyte@gmx.de>
Sun, 25 Jun 2006 12:48:46 +0000 (05:48 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:01:17 +0000 (10:01 -0700)
commita2f20c7c274b6241767330c902b3111b9326d901
treebf41f3312bad291c2b9cb061edc980eebfa61f8e
parent969dd061d81d9e2bc7f954859452ac81cc639711
[PATCH] Clean up char/esp.c

coverity choked at another two !tty checks, in places where tty can
never be NULL. Since it removes some code we should remove
these checks. (Coverity ids #763,#762)

Signed-off-by Eric Sesterhenn <snakebyte@gmx.de>

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/esp.c