From: Eric Sesterhenn Date: Sun, 25 Jun 2006 12:48:48 +0000 (-0700) Subject: [PATCH] More !tty cleanups in drivers/char X-Git-Tag: v2.6.18-rc1~925 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=326f28e9ec4b2619c2fd410593fc95fcb0ba6b41;p=pandora-kernel.git [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 Cc: Paul Fulghum Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed