summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2010-08-11 03:01:14 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2010-08-11 17:59:00 +0200
commitd23670069ad60c82234e51a945e8b472e8c7bde2 (patch)
treed53b466dbc3d2be81e9b88cb014ce2bb331da9d2 /.gitignore
parentdrivers/scsi: remove unnecessary NULL test (diff)
downloadlinux-d23670069ad60c82234e51a945e8b472e8c7bde2.tar.xz
linux-d23670069ad60c82234e51a945e8b472e8c7bde2.zip
drivers/message: move dereference after NULL test
If the NULL test on dev->i2o_dev or i2o_dev is needed, then the dereference should be after the NULL test. 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@suse.de> Cc: Kashyap Desai <kashyap.desai@lsi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions