diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-04-13 06:00:45 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-04-15 17:05:27 +0100 |
commit | d1acba2fdebb449bad01e7cf77a9f9730dfaca6e (patch) | |
tree | 8253edf1b2a10815ef566929f4f98ad53c29b538 /sound/soc/codecs | |
parent | 7667428f80526d908124e0647ac5dbe3dad88900 (diff) | |
download | linux-stable-d1acba2fdebb449bad01e7cf77a9f9730dfaca6e.tar.gz linux-stable-d1acba2fdebb449bad01e7cf77a9f9730dfaca6e.tar.bz2 linux-stable-d1acba2fdebb449bad01e7cf77a9f9730dfaca6e.zip |
ASoC: rsnd: set dmaen->chan = NULL when error case
rsnd_dmaen_quit() is assuming dmaen->chan is NULL if it failed
to get DMAEngine channel. but, current dmaen->chan might have
error value when error case (this driver is checking it by IS_ERR_OR_NULL())
This patch makes sure dmaen->chan is NULL when error case.
Otherwise, it will contact to unknown address in rsnd_dmaen_quit()
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs')
0 files changed, 0 insertions, 0 deletions