Re: [PATCH 1/2] ASoC: Ux500: Dispose of device nodes correctly

2012-10-15 Thread Mark Brown
On Mon, Oct 15, 2012 at 02:13:25PM +0100, Lee Jones wrote: > When of_parse_phandle() is used to find a device node, its > reference count is incremented by the helper. Once we're > finished with them, it's our responsibly to ensure they > are freed in the correct manor. Applied both, thanks. --

[PATCH 1/2] ASoC: Ux500: Dispose of device nodes correctly

2012-10-15 Thread Lee Jones
When of_parse_phandle() is used to find a device node, its reference count is incremented by the helper. Once we're finished with them, it's our responsibly to ensure they are freed in the correct manor. Cc: alsa-de...@alsa-project.org Cc: Liam Girdwood Cc: Mark Brown Acked-by: Linus Walleij

[PATCH 1/2] ASoC: Ux500: Dispose of device nodes correctly

2012-10-15 Thread Lee Jones
When of_parse_phandle() is used to find a device node, its reference count is incremented by the helper. Once we're finished with them, it's our responsibly to ensure they are freed in the correct manor. Cc: alsa-de...@alsa-project.org Cc: Liam Girdwood l...@ti.com Cc: Mark Brown

Re: [PATCH 1/2] ASoC: Ux500: Dispose of device nodes correctly

2012-10-15 Thread Mark Brown
On Mon, Oct 15, 2012 at 02:13:25PM +0100, Lee Jones wrote: When of_parse_phandle() is used to find a device node, its reference count is incremented by the helper. Once we're finished with them, it's our responsibly to ensure they are freed in the correct manor. Applied both, thanks. -- To