This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: zoran: convert comma to semicolon
Author:  Zheng Yongjun <[email protected]>
Date:    Fri Jan 8 10:21:19 2021 +0100

Replace a comma between expression statements by a semicolon.

Signed-off-by: Zheng Yongjun <[email protected]>
Acked-by: Corentin Labbe <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/staging/media/zoran/zoran_driver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

diff --git a/drivers/staging/media/zoran/zoran_driver.c 
b/drivers/staging/media/zoran/zoran_driver.c
index d9f8b21edf6a..e8902f824d6c 100644
--- a/drivers/staging/media/zoran/zoran_driver.c
+++ b/drivers/staging/media/zoran/zoran_driver.c
@@ -1020,7 +1020,7 @@ int zoran_queue_init(struct zoran *zr, struct vb2_queue 
*vq)
        vq->buf_struct_size = sizeof(struct zr_buffer);
        vq->ops = &zr_video_qops;
        vq->mem_ops = &vb2_dma_contig_memops;
-       vq->gfp_flags = GFP_DMA32,
+       vq->gfp_flags = GFP_DMA32;
        vq->timestamp_flags = V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC;
        vq->min_buffers_needed = 9;
        vq->lock = &zr->lock;

_______________________________________________
linuxtv-commits mailing list
[email protected]
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to