commit | f938f3781fa877146236042341ddbcf06bc49f0a | [log] [tgz] |
---|---|---|
author | Cong Ding <dinggnu@gmail.com> | Wed Jan 16 23:30:44 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jan 17 17:20:10 2013 -0800 |
tree | 3ad23d0abdfe3a4b5f3b7aeb17299999facbe469 | |
parent | 9ef20d52e0cd0d6ab78cab13563b16496bdc6995 [diff] |
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 <dinggnu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>