From: Cong Ding Date: Wed, 16 Jan 2013 22:30:43 +0000 (+0100) Subject: tty: serial/68328serial.c: remove unnecessary null pointer check X-Git-Tag: v3.9-rc1~125^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ef20d52e0cd0d6ab78cab13563b16496bdc6995;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed