diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2024-02-20 04:16:36 +0300 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2024-02-23 16:33:32 +0300 |
commit | 5848915b912d7607dcf59ca6d89b81ef70a62d4f (patch) | |
tree | 71ffcd16f0dfc478fcf2f199af3c39f377691a0a /crypto/blake2b_generic.c | |
parent | c188df3db16798c7d26b45be9bbb4101599b04b5 (diff) | |
download | linux-5848915b912d7607dcf59ca6d89b81ef70a62d4f.tar.xz |
media: platform: replace of_graph_get_next_endpoint()
From DT point of view, in general, drivers should be asking for a
specific port number because their function is fixed in the binding.
of_graph_get_next_endpoint() doesn't match to this concept.
Simply replace
- of_graph_get_next_endpoint(xxx, NULL);
+ of_graph_get_endpoint_by_regs(xxx, 0, -1);
Link: https://lore.kernel.org/r/20240202174941.GA310089-robh@kernel.org
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'crypto/blake2b_generic.c')
0 files changed, 0 insertions, 0 deletions