Re: [PATCH] smiapp: Use devm_kzalloc() in smiapp-core.c file

2012-08-16 Thread Sachin Kamat
Hi Sakari, Thanks for reviewing the patch. On 16 August 2012 22:26, Sakari Ailus wrote: > Hi Sachin, > > Thanks for the patch. > > On Thu, Aug 16, 2012 at 04:59:30PM +0530, Sachin Kamat wrote: >> devm_kzalloc is a device managed function and makes code a bit >> smaller and cleaner. >> >> Signed-

Re: [PATCH] smiapp: Use devm_kzalloc() in smiapp-core.c file

2012-08-16 Thread Sakari Ailus
Hi Sachin, Thanks for the patch. On Thu, Aug 16, 2012 at 04:59:30PM +0530, Sachin Kamat wrote: > devm_kzalloc is a device managed function and makes code a bit > smaller and cleaner. > > Signed-off-by: Sachin Kamat > --- > This patch is based on Mauro's re-organized tree > (media_tree staging/f

[PATCH] smiapp: Use devm_kzalloc() in smiapp-core.c file

2012-08-16 Thread Sachin Kamat
devm_kzalloc is a device managed function and makes code a bit smaller and cleaner. Signed-off-by: Sachin Kamat --- This patch is based on Mauro's re-organized tree (media_tree staging/for_v3.7) and is compile tested. --- drivers/media/i2c/smiapp/smiapp-core.c | 11 ++- 1 files changed