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 laurent.pinch...@ideasonboard.com Acked-by: Sakari Ailus sakari.ai...@iki.fi -- Sakari Ailus e-mail: sakari.ai...@iki.fi XMPP:

[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 laurent.pinch...@ideasonboard.com --- drivers/media/platform/omap3isp/ispvideo.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/media/platform/omap3isp/ispvideo.c