Revert "media: device property: Call fwnode_graph_get_endpoint_by_id() for fwnode...
authorDaniel Scally <djrscally@gmail.com>
Fri, 6 Aug 2021 22:09:06 +0000 (23:09 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 16 Aug 2021 16:35:42 +0000 (18:35 +0200)
commita90887705668fc5587bf5092c38f353ad36c69fd
treeba8fddb0f7f5d20acb7537e4122565b3b0998814
parentb5b41ab6b0c1bb70fe37a0d193006c969e3b5909
Revert "media: device property: Call fwnode_graph_get_endpoint_by_id() for fwnode->secondary"

This reverts commit acd418bfcfc415cf5e6414b6d1c6acfec850f290. Checking for
endpoints against fwnode->secondary in fwnode_graph_get_next_endpoint() is
a better way to do this since that function is also used in a bunch of
other places, for instance sensor drivers checking that they do have an
endpoint connected during probe.

This reversion depends on the previous patch in this series, "device property:
Check fwnode->secondary in fwnode_graph_get_next_endpoint()".

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Daniel Scally <djrscally@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/property.c