From: Cong Ding Date: Wed, 16 Jan 2013 22:30:44 +0000 (+0100) Subject: tty: serial/crisv10.c: remove unnecessary null pointer check X-Git-Tag: v3.9-rc1~125^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f938f3781fa877146236042341ddbcf06bc49f0a;p=pandora-kernel.git tty: serial/crisv10.c: remove unnecessary null pointer check The pointer tty is dereferened in line 3135, so it is not necessary to check null again in line 3140. Signed-off-by: Cong Ding Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed