Re: [PATCH 4/4] omap3isp: Mark probe and cleanup functions with __devinit and __devexit

2012-04-24 Thread Sakari Ailus
On Mon, Apr 23, 2012 at 01:29:55PM +0200, Laurent Pinchart wrote: > Signed-off-by: Laurent Pinchart > --- > drivers/media/video/omap3isp/isp.c |6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) Acked-by: Sakari Ailus -- Sakari Ailus e-mail: sakari.ai...@iki.fi jabber/XMPP/G

[PATCH 4/4] omap3isp: Mark probe and cleanup functions with __devinit and __devexit

2012-04-23 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart --- drivers/media/video/omap3isp/isp.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/video/omap3isp/isp.c b/drivers/media/video/omap3isp/isp.c index df6416c..0307ac3 100644 --- a/drivers/media/video/omap3isp/isp.c +++