Jacopo,

>-----Original Message-----
>From: Jacopo Mondi <[email protected]>
>Sent: Saturday, August 2, 2025 5:23 PM
>To: Mauro Carvalho Chehab <[email protected]>; Devarsh Thakkar
><[email protected]>; Benoit Parrot <[email protected]>; Hans Verkuil
><[email protected]>; Mike Isely <[email protected]>; Laurent Pinchart
><[email protected]>; Hans de Goede <[email protected]>;
>Parthiban Veerasooran <[email protected]>; Christian
>Gromm <[email protected]>; Greg Kroah-Hartman
><[email protected]>; Alex Shi <[email protected]>; Yanteng Si
><[email protected]>; Dongliang Mu <[email protected]>; Jonathan
>Corbet <[email protected]>; Tomasz Figa <[email protected]>; Marek
>Szyprowski <[email protected]>; Andy Walls
><[email protected]>; Michael Tretter <[email protected]>;
>Pengutronix Kernel Team <[email protected]>; Bin Liu
><[email protected]>; Matthias Brugger <[email protected]>;
>AngeloGioacchino Del Regno <[email protected]>;
>Dmitry Osipenko <[email protected]>; Thierry Reding
><[email protected]>; Jonathan Hunter <[email protected]>;
>Mirela Rabulea <[email protected]>; Shawn Guo
><[email protected]>; Sascha Hauer <[email protected]>; Fabio
>Estevam <[email protected]>; Kieran Bingham
><[email protected]>; Michal Simek
><[email protected]>; Ming Qian <[email protected]>; Zhou Peng
><[email protected]>; Xavier Roumegue <[email protected]>;
>Philipp Zabel <[email protected]>; Vikash Garodia
><[email protected]>; Dikshita Agarwal
><[email protected]>; Abhinav Kumar <[email protected]>;
>Bryan O'Donoghue <[email protected]>; Sylwester Nawrocki
><[email protected]>; Jernej Skrabec
><[email protected]>; Chen-Yu Tsai <[email protected]>; Samuel
>Holland <[email protected]>; Daniel Almeida
><[email protected]>; Neil Armstrong
><[email protected]>; Kevin Hilman <[email protected]>;
>Jerome Brunet <[email protected]>; Martin Blumenstingl
><[email protected]>; Nas Chung
><[email protected]>; Jackson Lee <[email protected]>;
>Minghsiu Tsai <[email protected]>; Houlong Wei
><[email protected]>; Andrew-CT Chen <andrew-
>[email protected]>; Tiffany Lin <[email protected]>; Yunfei
>Dong <[email protected]>; Geert Uytterhoeven
><[email protected]>; Magnus Damm <[email protected]>; Mikhail
>Ulyanov <[email protected]>; Jacob Chen <jacob-
>[email protected]>; Ezequiel Garcia <[email protected]>;
>Heiko Stuebner <[email protected]>; Detlev Casanova
><[email protected]>; Krzysztof Kozlowski <[email protected]>;
>Alim Akhtar <[email protected]>; Sylwester Nawrocki
><[email protected]>; Łukasz Stelmach <[email protected]>;
>Andrzej Pietrasiewicz <[email protected]>; Jacek Anaszewski
><[email protected]>; Hajda, Andrzej <[email protected]>;
>Fabien Dessenne <[email protected]>; Hugues Fruchet
><[email protected]>; Jean-Christophe Trotin <jean-
>[email protected]>; Maxime Coquelin
><[email protected]>; Alexandre Torgue
><[email protected]>; Nicolas Dufresne
><[email protected]>; Benjamin Gaignard
><[email protected]>; Steve Longerbeam
><[email protected]>; Maxime Ripard <[email protected]>; Paul
>Kocialkowski <[email protected]>; Niklas Söderlund
><[email protected]>; Robert Foss <[email protected]>; Todor
>Tomov <[email protected]>; Vladimir Zapolskiy
><[email protected]>; Corentin Labbe <[email protected]>;
>Sakari Ailus <[email protected]>; Cao, Bingbu
><[email protected]>; Qiu, Tian Shu <[email protected]>;
>Stanislaw Gruszka <[email protected]>
>Cc: [email protected]; [email protected]; linux-
>[email protected]; [email protected]; linux-arm-
>[email protected]; [email protected]; linux-
>[email protected]; [email protected]; linux-renesas-
>[email protected]; [email protected]; linux-samsung-
>[email protected]; [email protected]; linux-
>[email protected]; [email protected]; linux-
>[email protected]; [email protected];
>[email protected]; Jacopo Mondi
><[email protected]>
>Subject: [PATCH 63/65] media: ipu6: isys: Don't set
>V4L2_FL_USES_V4L2_FH manually
>
>From: Laurent Pinchart <[email protected]>
>
>The V4L2_FL_USES_V4L2_FH flag is set by v4l2_fh_init(). It is not meant
>to be set manually by drivers. Drop it from the ipu6-isys driver.
>
>Signed-off-by: Laurent Pinchart <[email protected]>
>Signed-off-by: Jacopo Mondi <[email protected]>
>---
> drivers/media/pci/intel/ipu6/ipu6-isys-video.c | 1 -
> 1 file changed, 1 deletion(-)
>
>diff --git a/drivers/media/pci/intel/ipu6/ipu6-isys-video.c
>b/drivers/media/pci/intel/ipu6/ipu6-isys-video.c
>index
>24a2ef93474cc400f64eb1d50bc760ee66124d1b..f3f3bc0615e5dc698be5c479dfed8
>ef2eb49cbfb 100644
>--- a/drivers/media/pci/intel/ipu6/ipu6-isys-video.c
>+++ b/drivers/media/pci/intel/ipu6/ipu6-isys-video.c
>@@ -1306,7 +1306,6 @@ int ipu6_isys_video_init(struct ipu6_isys_video
>*av)
>       __ipu6_isys_vidioc_try_fmt_meta_cap(av, &format_meta);
>       av->meta_fmt = format_meta.fmt.meta;
>
>-      set_bit(V4L2_FL_USES_V4L2_FH, &av->vdev.flags);
>       video_set_drvdata(&av->vdev, av);
>
>       ret = video_register_device(&av->vdev, VFL_TYPE_VIDEO, -1);
>
>--
>2.49.0

Thanks for the patch.

Reviewed-by: Bingbu Cao <[email protected]>

_______________________________________________
Mjpeg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to