aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/mpt2sas/mpi/mpi2_init.h
diff options
context:
space:
mode:
authorHimangi Saraogi <[email protected]>2014-06-28 22:53:55 +0530
committerMike Turquette <[email protected]>2014-07-01 23:37:34 -0700
commitc3dcac875e35c2e67ccaef10ef62ae5b1410d29c (patch)
treeb06b9a2b138484be1c276d6d537eec751526cd1d /drivers/scsi/mpt2sas/mpi/mpi2_init.h
parent2a96dfa49c83a2a7cbdb11382976aaa6b2636764 (diff)
clk: sunxi: fix devm_ioremap_resource error detection code
devm_ioremap_resource returns an ERR_PTR value, not NULL, on failure. A simplified version of the semantic match that finds this problem is as follows: // <smpl> @@ expression e,e1; statement S; @@ *e = devm_ioremap_resource(...); if (!e1) S // </smpl> Signed-off-by: Himangi Saraogi <[email protected]> Acked-by: Julia Lawall <[email protected]> Acked-by Boris BREZILLON <[email protected]> Signed-off-by: Mike Turquette <[email protected]>
Diffstat (limited to 'drivers/scsi/mpt2sas/mpi/mpi2_init.h')
0 files changed, 0 insertions, 0 deletions