From: Laurent Pinchart Date: Fri, 12 Oct 2012 14:28:40 +0000 (-0300) Subject: [media] omap3isp: video: Fix warning caused by bad vidioc_s_crop prototype X-Git-Tag: v3.7-rc8~26^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fa48cd5c4f1403db1f5a55ea3c346a33f39a33a;p=pandora-kernel.git [media] omap3isp: video: Fix warning caused by bad vidioc_s_crop prototype Commit 4f996594 ("v4l2: make vidioc_s_crop const") modified the vidioc_s_crop operation prototype but forgot to update the OMAP3 ISP driver. Add a const keyword to fix the function prototype. Signed-off-by: Laurent Pinchart Acked-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed