]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rsnd: fixup rsnd_dmapp_stop() return value
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 28 Oct 2015 04:31:03 +0000 (04:31 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 16 Nov 2015 10:09:29 +0000 (10:09 +0000)
commit8514a97bdab93419a2c3639a0f2690cde8e56b1e
tree1827abd78295f731b345b86157876d0f7ea0e5db
parentfbe1c9ea5db505d6b5980cb77911f91ea47089ff
ASoC: rsnd: fixup rsnd_dmapp_stop() return value

45a4394d03("ASoC: rsnd: use mod base common method on DMA phase3")
Exchanged "void rsnd_dmapp_stop()" to "int rsnd_dmapp_stop()",
but it returns inverted value. This patch fixup it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/dma.c