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

Subject: media: mediatek: vcodec: remove unneeded semicolon
Author:  Yang Li <[email protected]>
Date:    Wed Jun 15 01:59:46 2022 +0100

Eliminate the following coccicheck warning:
./drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec.c:71:2-3: Unneeded 
semicolon

Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Yang Li <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

diff --git a/drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec.c 
b/drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec.c
index a17ae044ba73..813dafd1b238 100644
--- a/drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec.c
+++ b/drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec.c
@@ -68,7 +68,7 @@ static bool mtk_vdec_get_cap_fmt(struct mtk_vcodec_ctx *ctx, 
int format_index)
        default:
                ret = true;
                break;
-       };
+       }
 
        return ret;
 }

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

Reply via email to