From: Dan Carpenter Date: Thu, 12 Aug 2010 20:48:57 +0000 (-0700) Subject: ip2: remove unneeded NULL check X-Git-Tag: v2.6.36-rc3~39^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f64ac9830b2a2455208ee023f6bac480ae159db4;p=pandora-kernel.git ip2: remove unneeded NULL check We don't pass NULL tty pointers to the close function, and anyway we already dereferenced it at this point. This check can be removed. Signed-off-by: Dan Carpenter Cc: "Michael H. Warfield" Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed