]> git.baikalelectronics.ru Git - kernel.git/commit
sound/soc/fsl/fsl_dma.c: add missing of_node_put
authorTimur Tabi <timur@freescale.com>
Mon, 22 Aug 2011 14:22:41 +0000 (09:22 -0500)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 22 Aug 2011 22:26:33 +0000 (23:26 +0100)
commitc9bb785101bafbe203b0bb9e20fe21b40efcc0db
tree1b17cb86b1b47f46a090eccde7a87280bde83717
parent3d8bc120078fc520f7997c5fa47a860c86515721
sound/soc/fsl/fsl_dma.c: add missing of_node_put

of_parse_phandle increments the reference count of np, so this should be
decremented before trying the next possibility.

Since we don't actually use np, we can decrement the reference count
immediately.

Reported-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Timur Tabi <timur@freescale.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/fsl/fsl_dma.c