From: Dan Carpenter Date: Wed, 22 Dec 2010 00:00:15 +0000 (-0800) Subject: [SCSI] qla2xxx: list cursors are not null X-Git-Tag: v2.6.38-rc1~466^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ae598d02517af967685a671303c4ed10cded3c4;p=pandora-kernel.git [SCSI] qla2xxx: list cursors are not null This is just a cleanup. The unneeded NULL check annoys static checkers because we already derefenced it and the we check it and then (if it's not the _safe() version) we dereference it again without checking. And the static checker is all, "Wah? Is it null or not?" Signed-off-by: Dan Carpenter Signed-off-by: Madhuranath Iyengar Signed-off-by: James Bottomley --- Reading git-diff-tree failed