Julia Lawall 3f317c9faa 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 <Julia.Lawall@lip6.fr>
Signed-off-by: Mark Brown <broonie@kernel.org>
2015-12-23 00:02:17 +00:00
..
2015-10-26 11:15:54 +09:00
2015-11-06 11:04:07 -08:00
2015-12-23 00:01:53 +00:00
2015-12-23 00:02:17 +00:00
2015-12-23 00:02:04 +00:00
2015-09-17 11:36:19 +01:00
2015-06-08 20:47:53 +02:00