diff options
author | 2025-01-14 23:23:05 +0800 | |
---|---|---|
committer | 2025-01-17 08:52:57 -0600 | |
commit | 8537a7011be9d9f9d205d8ec842f022a1598862d (patch) | |
tree | 9ad3888016eb9ceb4a522219dd620e07f7310c2b /scripts/gdb/linux/utils.py | |
parent | of: reserved-memory: Warn for missing static reserved memory regions (diff) | |
download | wireguard-linux-8537a7011be9d9f9d205d8ec842f022a1598862d.tar.xz wireguard-linux-8537a7011be9d9f9d205d8ec842f022a1598862d.zip |
of: Correct element count for two arrays in API of_parse_phandle_with_args_map()
of_parse_phandle_with_args_map() defines array @dummy_mask and @dummy_pass
these two arrays only need @MAX_PHANDLE_ARGS elements separately, but they
actually have (@MAX_PHANDLE_ARGS + 1) elements, One extra element doesn't
hurt anything except for some stack usage.
Fix by using (@MAX_PHANDLE_ARGS - 1) as max element index in initializer.
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Link: https://lore.kernel.org/r/20250114-of_core_fix-v5-3-b8bafd00a86f@quicinc.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions