V4L/DVB (12536): soc-camera: remove .gain and .exposure struct soc_camera_device...
[linux-2.6-block.git] / drivers / media / video / pxa_camera.c
index a19bb76e175d6694a0943e272aa00838600e740c..6952e9602d5d50407d6d98a3d4fe7058b7ab8a35 100644 (file)
@@ -274,7 +274,8 @@ static void free_buffer(struct videobuf_queue *vq, struct pxa_buffer *buf)
 
        for (i = 0; i < ARRAY_SIZE(buf->dmas); i++) {
                if (buf->dmas[i].sg_cpu)
-                       dma_free_coherent(ici->v4l2_dev.dev, buf->dmas[i].sg_size,
+                       dma_free_coherent(ici->v4l2_dev.dev,
+                                         buf->dmas[i].sg_size,
                                          buf->dmas[i].sg_cpu,
                                          buf->dmas[i].sg_dma);
                buf->dmas[i].sg_cpu = NULL;