Re: [PATCH] media: omap3isp: video: Use v4l2_get_timestamp()

2015-03-14 Thread Sakari Ailus
Thanks! On Fri, Mar 13, 2015 at 02:31:27AM +0200, Laurent Pinchart wrote: > Replace the open-coded copy by a function call. > > Signed-off-by: Laurent Pinchart Acked-by: Sakari Ailus -- Sakari Ailus e-mail: sakari.ai...@iki.fi XMPP: sai...@retiisi.org.uk -- To unsubscribe from this list:

[PATCH] media: omap3isp: video: Use v4l2_get_timestamp()

2015-03-12 Thread Laurent Pinchart
Replace the open-coded copy by a function call. Signed-off-by: Laurent Pinchart --- drivers/media/platform/omap3isp/ispvideo.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/media/platform/omap3isp/ispvideo.c b/drivers/media/platform/omap3isp/ispvideo.c index 3d