summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2015-04-13 06:00:45 +0000
committerMark Brown <broonie@kernel.org>2015-04-15 17:05:27 +0100
commitd1acba2fdebb449bad01e7cf77a9f9730dfaca6e (patch)
tree8253edf1b2a10815ef566929f4f98ad53c29b538 /include/sound
parent7667428f80526d908124e0647ac5dbe3dad88900 (diff)
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 'include/sound')
0 files changed, 0 insertions, 0 deletions