diff options
author | 2024-09-25 21:12:36 +0200 | |
---|---|---|
committer | 2024-09-26 18:20:27 +0200 | |
commit | f1ebbe4cd07d058f42174cc5b8c5efcf83de8ffa (patch) | |
tree | 4eebf4858d3f8d97af3b5a3218242153a9032d52 /scripts/generate_rust_analyzer.py | |
parent | fbcon: Fix a NULL pointer dereference issue in fbcon_putcs (diff) | |
download | linux-rng-f1ebbe4cd07d058f42174cc5b8c5efcf83de8ffa.tar.xz linux-rng-f1ebbe4cd07d058f42174cc5b8c5efcf83de8ffa.zip |
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 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions