media: v4l2-fwnode: ignore endpoints that have no remote port parent
authorSteve Longerbeam <[email protected]>
Sat, 29 Sep 2018 19:54:04 +0000 (15:54 -0400)
committerMauro Carvalho Chehab <[email protected]>
Thu, 4 Oct 2018 18:53:20 +0000 (14:53 -0400)
commit4382f37b78e02bb9a9d68cf0aef7928f0aaeff73
treea161513617ccd6acbe35bb47e37f384fc8e03095
parente7898055ad4034d235a92abf3acd79a346a183c4
media: v4l2-fwnode: ignore endpoints that have no remote port parent

Documentation/devicetree/bindings/media/video-interfaces.txt states that
the 'remote-endpoint' property is optional.

So v4l2_async_notifier_fwnode_parse_endpoint() should not return error
if the endpoint has no remote port parent. Just ignore the endpoint,
skip adding an asd to the notifier and return 0.
__v4l2_async_notifier_parse_fwnode_endpoints() will then continue
parsing the remaining port endpoints of the device.

Signed-off-by: Steve Longerbeam <[email protected]>
Acked-by: Hans Verkuil <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/v4l2-core/v4l2-fwnode.c