commit | 48c2c99359044763b0cf21e59405638f9630fe06 | [log] [tgz] |
---|---|---|
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | Tue Nov 22 15:38:34 2016 +0000 |
committer | Mark Brown <broonie@kernel.org> | Tue Nov 22 18:41:33 2016 +0000 |
tree | 5888d8333296564a2b0f259f20076359163b135e | |
parent | 1db51e6fb0f5596518975fd1b2f7ef050e9d58ef [diff] |
ASoC: wm_adsp: Check return value from wm_adsp_buffer_init We are not checking the return value from a call to wm_adsp_buffer_init it looks like this used to be returned at the bottom of the function but probably got missed when more error paths were added. This patch adds the appropriate error check. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>