From: Adrian Bunk Date: Wed, 17 Oct 2007 06:29:26 +0000 (-0700) Subject: drivers/block/cciss.c: fix check-after-use X-Git-Tag: v2.6.24-rc1~649 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a9df732b6a547aa843e8655044db9573d7b4e71;p=pandora-kernel.git drivers/block/cciss.c: fix check-after-use The Coverity checker spotted that we have already oops'ed if "disk" was NULL. Since "disk" being NULL seems impossible at this point this patch removes the NULL check. Signed-off-by: Adrian Bunk Acked-by: Mike Miller Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed