commit | 4243e0457c9b1fe5e96fba19296469466eb24b1d | [log] [tgz] |
---|---|---|
author | Christophe Jaillet <christophe.jaillet@wanadoo.fr> | Sun Aug 27 08:46:50 2017 +0200 |
committer | Mark Brown <broonie@kernel.org> | Sun Aug 27 13:30:29 2017 +0100 |
tree | e2a26df104b95fe6c3184084c294cafda4e69322 | |
parent | dc09233908cf47339f5000dc54574685e917af77 [diff] |
ASoC: davinci-mcasp: check memory allocation failure Check memory allocation failures and return -ENOMEM in such cases, as already done above for another memory allocation. This avoids NULL pointers dereference. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Mark Brown <broonie@kernel.org>