]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit59af5dc1990b6a8faa9e721dde7873a44e9bfc52
treebf41f3312bad291c2b9cb061edc980eebfa61f8e
parentd9b11bcd6f672df88cf4bbd401a31b099a43d7a4
[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