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

Subject: media: atmel: atmel-sama7g5-isc: fix UYVY input format mbus_code typo
Author:  Eugen Hristev <[email protected]>
Date:    Mon Dec 13 14:49:37 2021 +0100

Fix the mbus code for UYVY input format type to the right color rotation.

Signed-off-by: Eugen Hristev <[email protected]>
Reviewed-by: Jacopo Mondi <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/platform/atmel/atmel-sama7g5-isc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

diff --git a/drivers/media/platform/atmel/atmel-sama7g5-isc.c 
b/drivers/media/platform/atmel/atmel-sama7g5-isc.c
index 2b1082295c13..020cd3ed1a9d 100644
--- a/drivers/media/platform/atmel/atmel-sama7g5-isc.c
+++ b/drivers/media/platform/atmel/atmel-sama7g5-isc.c
@@ -188,7 +188,7 @@ static struct isc_format sama7g5_formats_list[] = {
        },
        {
                .fourcc         = V4L2_PIX_FMT_UYVY,
-               .mbus_code      = MEDIA_BUS_FMT_YUYV8_2X8,
+               .mbus_code      = MEDIA_BUS_FMT_UYVY8_2X8,
                .pfe_cfg0_bps   = ISC_PFE_CFG0_BPS_EIGHT,
        },
        {

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

Reply via email to