diff options
Diffstat (limited to 'drivers/media/video/soc_camera.c')
-rw-r--r-- | drivers/media/video/soc_camera.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/soc_camera.c b/drivers/media/video/soc_camera.c index 62e4312515cb..a14df27d2552 100644 --- a/drivers/media/video/soc_camera.c +++ b/drivers/media/video/soc_camera.c | |||
@@ -487,7 +487,7 @@ static int soc_camera_set_fmt(struct soc_camera_device *icd, | |||
487 | icd->user_width, icd->user_height); | 487 | icd->user_width, icd->user_height); |
488 | 488 | ||
489 | /* set physical bus parameters */ | 489 | /* set physical bus parameters */ |
490 | return ici->ops->set_bus_param(icd, pix->pixelformat); | 490 | return ici->ops->set_bus_param(icd); |
491 | } | 491 | } |
492 | 492 | ||
493 | static int soc_camera_open(struct file *file) | 493 | static int soc_camera_open(struct file *file) |