Re: [PATCH 1/2] [media] s5k6aa: Use devm_kzalloc function

2012-07-31 Thread Sylwester Nawrocki
Hi Sachin, On 07/26/2012 08:23 AM, Sachin Kamat wrote: devm_kzalloc() eliminates the need to free explicitly thereby making the code a bit simpler. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Thanks for the patch. Since I have nothing more for a pull request right now, Acked-by:

[PATCH 1/2] [media] s5k6aa: Use devm_kzalloc function

2012-07-26 Thread Sachin Kamat
devm_kzalloc() eliminates the need to free explicitly thereby making the code a bit simpler. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/video/s5k6aa.c |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/media/video/s5k6aa.c