ASoC: rsnd: don't call unneeded of_node_put() on dma.c
commit161ba1f1a5c99c4525eb39cc71ec984e0a39e6d7
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 25 Oct 2016 00:37:18 +0000 (25 00:37 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 25 Oct 2016 14:02:43 +0000 (25 15:02 +0100)
treef7b42086789452f59933799c50c65c663d76fdde
parentdae4b83295ae50a86b5e3c60e7b6e2c597a1b69d
ASoC: rsnd: don't call unneeded of_node_put() on dma.c

Current rsnd_dmaen_start() is calling of_node_put() for np,
but it is not needed if it goes through this loop.
This patch tidyup 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