From: Dan Carpenter Date: Thu, 9 May 2013 12:48:13 +0000 (+0300) Subject: [SCSI] pm80xx: remove unneeded NULL check X-Git-Tag: v3.11-rc1~88^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=808cbb68de49b8d9d72f9bdf28251c8a87c96f39;p=pandora-kernel.git [SCSI] pm80xx: remove unneeded NULL check Coccinelle complains about the inconsistent NULL checking on "t". It turns out the check isn't needed because we verified that "t" is non-NULL at the start of the function. Signed-off-by: Dan Carpenter Acked-by: Anand Kumar Santhanam Signed-off-by: James Bottomley --- Reading git-diff-tree failed