commit | 8843d119eaf1a7a87a2cf8c3eadbd1937b16bc27 | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | Wed Sep 21 17:52:51 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Jan 06 11:00:23 2012 -0200 |
tree | 82ab4bb0ca86005d78cdafcea900940c05156936 | |
parent | 31e582e9263277173e097e5ef8ce8fdfd2e9bc45 [diff] |
[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 <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>