From: Laurent Pinchart Date: Mon, 19 May 2014 13:33:15 +0000 (-0300) Subject: [media] omap3isp: Move non-critical code out of the mutex-protected section X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~513 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25c5cc9194f241d9180b4ca76a1845efd0a02769;p=pandora-kernel.git [media] omap3isp: Move non-critical code out of the mutex-protected section The isp_video_pix_to_mbus() and isp_video_mbus_to_pix() calls in isp_video_set_format() only access static fields of the isp_video structure. They don't need to be protected by a mutex. Signed-off-by: Laurent Pinchart Tested-by: Enrico Butera Acked-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed