kernel-fxtec-pro1x/sound/soc/omap
Julia Lawall 18c94a043d ASoC: omap-hdmi-audio: 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 <Julia.Lawall@lip6.fr>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2015-12-23 00:02:04 +00:00
..
am3517evm.c
ams-delta.c
Kconfig ASoC: omap: Fix typo in config option description 2015-08-07 14:08:50 +02:00
Makefile
mcbsp.c ASoC: omap-mcbsp: Convert to use devm_ioremap_resource 2015-08-25 10:31:58 +01:00
mcbsp.h
n810.c ASoC: n810: Use snd_pcm_hw_constraint_single() 2015-10-21 14:25:28 +02:00
omap-abe-twl6040.c
omap-dmic.c
omap-dmic.h
omap-hdmi-audio.c ASoC: omap-hdmi-audio: add NULL test 2015-12-23 00:02:04 +00:00
omap-mcbsp.c
omap-mcbsp.h
omap-mcpdm.c
omap-mcpdm.h
omap-pcm.c
omap-twl4030.c
omap3pandora.c ASoC: omap3pandora: Use card DAPM context to access widgets 2015-07-07 14:54:31 +01:00
osk5912.c
rx51.c ASoC: Updates for v4.4 2015-10-26 12:14:49 +01:00