From: Guennadi Liakhovetski Date: Wed, 21 Sep 2011 20:52:51 +0000 (-0300) Subject: [media] soc-camera: remove redundant parameter from .set_bus_param() X-Git-Tag: v3.3-rc1~48^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8843d119eaf1a7a87a2cf8c3eadbd1937b16bc27;p=pandora-kernel.git [media] soc-camera: remove redundant parameter from .set_bus_param() The "pixfmt" parameter of the struct soc_camera_host_ops::set_bus_param() method is redundant, because at the time, when this method is called, pixfmt is guaranteed to be equal to icd->current_fmt->host_fmt->fourcc. Remove this parameter and update all drivers accordingly. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed