diff options
author | Dan Carpenter <error27@gmail.com> | 2010-12-22 00:00:15 (GMT) |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-12-23 21:43:32 (GMT) |
commit | 8ae598d02517af967685a671303c4ed10cded3c4 (patch) | |
tree | c901f3fd8e750c590a944f91fae27f844802954f /drivers/ide/ide-dma.c | |
parent | 579d12b58abb4bd1161728f0a4a2524258ecf0a3 (diff) | |
download | linux-fsl-qoriq-8ae598d02517af967685a671303c4ed10cded3c4.tar.xz |
[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 <error27@gmail.com>
Signed-off-by: Madhuranath Iyengar <Madhu.Iyengar@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/ide/ide-dma.c')
0 files changed, 0 insertions, 0 deletions