[PATCH] [media] exynos4-is: Add missing 'of_node_put'

2017-01-23 Thread Christophe JAILLET
It is likely that a "of_node_put(ep)" is missing here. There is one in the previous error handling code, and one a few lines below in the normal case as well. Signed-off-by: Christophe JAILLET --- drivers/media/platform/exynos4-is/media-dev.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion

Re: [PATCH] [media] exynos4-is: Add missing 'of_node_put'

2017-02-24 Thread Javier Martinez Canillas
Hello Christophe, On 01/23/2017 06:16 PM, Christophe JAILLET wrote: > It is likely that a "of_node_put(ep)" is missing here. > There is one in the previous error handling code, and one a few lines > below in the normal case as well. > > Signed-off-by: Christophe JAILLET > --- > drivers/media/pl

Re: [PATCH] [media] exynos4-is: Add missing 'of_node_put'

2017-02-25 Thread Christophe JAILLET
Le 24/02/2017 à 22:19, Javier Martinez Canillas a écrit : Thanks for the patch, but Krzysztof sent the exact same patch before [0]. There was feedback from Sylwester at the time that you can also look at [0]. Could you please take that into account and post a patch according to what he suggested