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

Subject: media: video-mux: Implement get_fwnode_pad op
Author:  Steve Longerbeam <[email protected]>
Date:    Fri May 1 19:15:42 2020 +0200

Use v4l2_subdev_get_fwnode_pad_1_to_1() as the get_fwnode_pad operation.
The video mux maps fwnode port numbers and pad indexes 1:1.

Signed-off-by: Steve Longerbeam <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/platform/video-mux.c | 1 +
 1 file changed, 1 insertion(+)

---

diff --git a/drivers/media/platform/video-mux.c 
b/drivers/media/platform/video-mux.c
index 7b6c96a29aa5..9f148f403603 100644
--- a/drivers/media/platform/video-mux.c
+++ b/drivers/media/platform/video-mux.c
@@ -97,6 +97,7 @@ out:
 static const struct media_entity_operations video_mux_ops = {
        .link_setup = video_mux_link_setup,
        .link_validate = v4l2_subdev_link_validate,
+       .get_fwnode_pad = v4l2_subdev_get_fwnode_pad_1_to_1,
 };
 
 static int video_mux_s_stream(struct v4l2_subdev *sd, int enable)

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

Reply via email to