Re: [PATCH] [media] omap3isp: Remove redundant platform_set_drvdata()

2013-05-13 Thread Sakari Ailus
Hi Sachin, On Mon, May 13, 2013 at 02:47:54PM +0530, Sachin Kamat wrote: > Commit 0998d06310 (device-core: Ensure drvdata = NULL when no > driver is bound) removes the need to set driver data field to > NULL. > > Signed-off-by: Sachin Kamat > Cc: Laurent Pinchart > Cc: Sakari Ailus Thanks! A

[PATCH] [media] omap3isp: Remove redundant platform_set_drvdata()

2013-05-13 Thread Sachin Kamat
Commit 0998d06310 (device-core: Ensure drvdata = NULL when no driver is bound) removes the need to set driver data field to NULL. Signed-off-by: Sachin Kamat Cc: Laurent Pinchart Cc: Sakari Ailus --- drivers/media/platform/omap3isp/isp.c |2 -- 1 file changed, 2 deletions(-) diff --git a/