]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] More !tty cleanups in drivers/char
authorEric Sesterhenn <snakebyte@gmx.de>
Sun, 25 Jun 2006 12:48:48 +0000 (05:48 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:01:19 +0000 (10:01 -0700)
commitff42844eb8a3198055781ccd62cd97f718018906
tree2a11507d8ab266b1f0eac6d3b3f37e9d18ddec5d
parent64188e436800996f7b1f2896b6b5b5f934305130
[PATCH] More !tty cleanups in drivers/char

Another bunch of checks in the char drivers .put_char() and .write()
routines, where tty can never be NULL.  This patch removes these checks to
save some code.  Coverity choked at those with the following bug ids:

isicom.c  767, 766
specialix.c 773, 774
synclink_cs.c 779, 781
synclink_gt.c 784, 785
synclinkmp.c 784, 785

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Cc: Paul Fulghum <paulkf@microgate.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/isicom.c
drivers/char/pcmcia/synclink_cs.c
drivers/char/specialix.c
drivers/char/synclink_gt.c
drivers/char/synclinkmp.c