aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-mgr.c
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2015-12-20 12:15:53 +0100
committerMark Brown <[email protected]>2015-12-23 00:02:17 +0000
commit3f317c9faabc546a503bc62e806fa2e8e93e76be (patch)
treec5d150fd6f3f3240a33da58468dc8d2b1f02b359 /drivers/fpga/fpga-mgr.c
parent18c94a043d6a466938f13761081a5cbee802dad1 (diff)
ASoC: Intel: add NULL test
Add NULL test on call to devm_kzalloc. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression x; identifier fld; @@ * x = devm_kzalloc(...); ... when != x == NULL x->fld // </smpl> Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions