[PATCH] drivers/media/video/s5p-tv/*_drv.c: use devm_ functions

2012-02-09 Thread Julia Lawall
From: Julia Lawall julia.law...@lip6.fr The various devm_ functions allocate memory that is released when a driver detaches. This patch uses these functions for data that is allocated in the probe function of a platform device and is only freed in the remove function. Signed-off-by: Julia

Re: [PATCH] drivers/media/video/s5p-tv/*_drv.c: use devm_ functions

2012-02-09 Thread Kyungmin Park
Acked-by: Kyungmin Park kyungmin.p...@samsung.com To Marek, Please include this patch at next git pull request. On Thu, Feb 9, 2012 at 7:45 PM, Julia Lawall julia.law...@lip6.fr wrote: From: Julia Lawall julia.law...@lip6.fr The various devm_ functions allocate memory that is released when a