diff options
author | Julia Lawall <julia@diku.dk> | 2010-08-11 01:01:13 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-11 15:59:00 (GMT) |
commit | 95cc7baa7f19e191b4790d144b7cbe47369cfe32 (patch) | |
tree | 90197ae42d5b9ba0213e13684e64a04650735e34 /drivers/ieee1394/csr1212.h | |
parent | 085267acd0ca29623c8239a38639d43d6d21e972 (diff) | |
download | linux-fsl-qoriq-95cc7baa7f19e191b4790d144b7cbe47369cfe32.tar.xz |
drivers/scsi: remove unnecessary NULL test
At the point where cmnd is initialized, it is tested for NULL, so it
doesn't have to be tested again here.
A simplified version of the semantic match that detects this problem is as
follows (http://coccinelle.lip6.fr/):
// <smpl>
@match exists@
expression x, E;
identifier fld;
@@
* x->fld
... when != \(x = E\|&x\)
* x == NULL
// </smpl>
Signed-off-by: Julia Lawall <julia@diku.dk>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/ieee1394/csr1212.h')
0 files changed, 0 insertions, 0 deletions