]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rsnd: don't call unneeded of_node_put() on dma.c
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 25 Oct 2016 00:37:18 +0000 (00:37 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 25 Oct 2016 14:02:43 +0000 (15:02 +0100)
commitb45c166000a05d551a230fcb486c844aa02ea453
treef7b42086789452f59933799c50c65c663d76fdde
parent924d11e4434cd5dd42dc880774ce04999faac6ea
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