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

Subject: media: mediatek: vcodec: Change decoder v4l2 capability value
Author:  Yunfei Dong <[email protected]>
Date:    Fri Jun 10 02:53:13 2022 +0100

Change the value of v4l2 capability parameters: driver and card.

Signed-off-by: Yunfei Dong <[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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

---

diff --git a/drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec.c 
b/drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec.c
index 957e0f09468f..a17ae044ba73 100644
--- a/drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec.c
+++ b/drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec.c
@@ -247,9 +247,9 @@ static int vidioc_vdec_querycap(struct file *file, void 
*priv,
 {
        int platform_name = mtk_vcodec_dec_get_chip_name(priv);
 
-       strscpy(cap->driver, MTK_VCODEC_DEC_NAME, sizeof(cap->driver));
+       strscpy(cap->driver, MTK_VCODEC_DRV_NAME, sizeof(cap->driver));
+       strscpy(cap->card, MTK_VCODEC_DEC_NAME, sizeof(cap->card));
        snprintf(cap->bus_info, sizeof(cap->bus_info), "platform:mt%d-dec", 
platform_name);
-       strscpy(cap->card, MTK_PLATFORM_STR, sizeof(cap->card));
 
        return 0;
 }

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

Reply via email to