aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video/mxc/capture/ipu_still.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/mxc/capture/ipu_still.c')
-rw-r--r--drivers/media/video/mxc/capture/ipu_still.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/mxc/capture/ipu_still.c b/drivers/media/video/mxc/capture/ipu_still.c
index b81891a0c964..fbc9aa55d925 100644
--- a/drivers/media/video/mxc/capture/ipu_still.c
+++ b/drivers/media/video/mxc/capture/ipu_still.c
@@ -130,7 +130,7 @@ static int prp_still_start(void *private)
pixel_fmt, cam->v2f.fmt.pix.width,
cam->v2f.fmt.pix.height,
cam->v2f.fmt.pix.width, IPU_ROTATE_NONE,
- cam->still_buf[0], cam->still_buf[1],
+ cam->still_buf[0], cam->still_buf[1], 0,
0, 0);
if (err != 0)
return err;