tty: serial/68328serial.c: remove unnecessary null pointer check
authorCong Ding <dinggnu@gmail.com>
Wed, 16 Jan 2013 22:30:43 +0000 (23:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jan 2013 01:20:09 +0000 (17:20 -0800)
commit9ef20d52e0cd0d6ab78cab13563b16496bdc6995
tree97b6b5aa2537118d62c0de620cdc6eaf48522a7b
parent5fe2123647c15089c3a905137bea87b16973c896
tty: serial/68328serial.c: remove unnecessary null pointer check

The pointer info is dereferened in line 1009, so it is not necessary to check
null again in line 1012.

Signed-off-by: Cong Ding <dinggnu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/68328serial.c