mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
3f317c9faa
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 <Julia.Lawall@lip6.fr> Signed-off-by: Mark Brown <broonie@kernel.org> |
||
---|---|---|
.. | ||
Makefile | ||
sst-baytrail-dsp.c | ||
sst-baytrail-ipc.c | ||
sst-baytrail-ipc.h | ||
sst-baytrail-pcm.c |