aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptbase.c
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2010-08-11 01:01:14 +0000
committerLinus Torvalds <[email protected]>2010-08-11 15:59:00 +0000
commitd23670069ad60c82234e51a945e8b472e8c7bde2 (patch)
treed53b466dbc3d2be81e9b88cb014ce2bb331da9d2 /drivers/message/fusion/mptbase.c
parentdrivers/scsi: remove unnecessary NULL test (diff)
downloadkernel-d23670069ad60c82234e51a945e8b472e8c7bde2.tar.gz
kernel-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 <[email protected]> Cc: James Bottomley <[email protected]> Cc: Kashyap Desai <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/message/fusion/mptbase.c')
0 files changed, 0 insertions, 0 deletions