commit | f01f9d59433dd9d244664c19771e078a194e7984 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Tue Oct 02 14:38:09 2007 -0700 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:54:33 2007 -0400 |
tree | 09ec8e0c0d58267170f6ae3f40b4bf5a56a50d6f | |
parent | 5975f643efc39ebb762dfaf18ca6f2c95983dac0 [diff] |
[SCSI] imm: fix check-after-use The Coverity checker spotted that we have already oops'ed if "cmd" was NULL. Since "cmd" being NULL doesn't seem to be possible at this point this patch removes the NULL check. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>