diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2024-09-25 22:12:36 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2024-09-26 19:20:27 +0300 |
commit | f1ebbe4cd07d058f42174cc5b8c5efcf83de8ffa (patch) | |
tree | 4eebf4858d3f8d97af3b5a3218242153a9032d52 /rust/helpers/build_bug.c | |
parent | 5b97eebcce1b4f3f07a71f635d6aa3af96c236e7 (diff) | |
download | linux-f1ebbe4cd07d058f42174cc5b8c5efcf83de8ffa.tar.xz |
fbdev: omapfb: Call of_node_put(ep) only once in omapdss_of_find_source_for_first_ep()
An of_node_put(ep) call was immediately used after a pointer check
for a of_graph_get_remote_port() call in this function implementation.
Thus call such a function only once instead directly before the check.
This issue was transformed by using the Coccinelle software.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'rust/helpers/build_bug.c')
0 files changed, 0 insertions, 0 deletions