From: Laurent Pinchart Date: Fri, 6 Jul 2012 11:43:27 +0000 (-0300) Subject: [media] omap3isp: preview: Pass a prev_params pointer to configuration functions X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~3^2^2~513 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f1dd566fd80c7be597ba541922e0dd570fbc2f4;p=pandora-kernel.git [media] omap3isp: preview: Pass a prev_params pointer to configuration functions Instead of using void pointers and offset arithmetics to compute a pointer to configuration parameters in a generic way, pass the complete parameters structure to configuration functions and let them access the parameters they need. Also modify the enable functions to use a bool enable parameter instead of a u8. Signed-off-by: Laurent Pinchart Acked-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed