aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/mx3_camera.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/mx3_camera.c')
-rw-r--r--drivers/media/video/mx3_camera.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/mx3_camera.c b/drivers/media/video/mx3_camera.c
index a9be14c23912..a13076969e5a 100644
--- a/drivers/media/video/mx3_camera.c
+++ b/drivers/media/video/mx3_camera.c
@@ -185,7 +185,7 @@ static void free_buffer(struct videobuf_queue *vq, struct mx3_camera_buffer *buf
185 * This waits until this buffer is out of danger, i.e., until it is no 185 * This waits until this buffer is out of danger, i.e., until it is no
186 * longer in STATE_QUEUED or STATE_ACTIVE 186 * longer in STATE_QUEUED or STATE_ACTIVE
187 */ 187 */
188 videobuf_waiton(vb, 0, 0); 188 videobuf_waiton(vq, vb, 0, 0);
189 if (txd) { 189 if (txd) {
190 ichan = to_idmac_chan(txd->chan); 190 ichan = to_idmac_chan(txd->chan);
191 async_tx_ack(txd); 191 async_tx_ack(txd);