diff options
author | 2025-01-09 21:27:03 +0800 | |
---|---|---|
committer | 2025-01-13 17:47:29 -0600 | |
commit | ab7eeb7b43b0c3887c9811f34d157dec6343c8e4 (patch) | |
tree | b101944562f88daed1663736ec182e8e8574c58c /scripts/gdb/linux/utils.py | |
parent | of: reserved-memory: Do not make kmemleak ignore freed address (diff) | |
download | wireguard-linux-ab7eeb7b43b0c3887c9811f34d157dec6343c8e4.tar.xz wireguard-linux-ab7eeb7b43b0c3887c9811f34d157dec6343c8e4.zip |
of: reserved-memory: Move an assignment to effective place in __reserved_mem_alloc_size()
The assignment '@base = 0' in __reserved_mem_alloc_size() is meaningless
since @base was already initialized to 0.
Move the assignment to effective and proper place.
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Link: https://lore.kernel.org/r/20250109-of_core_fix-v4-12-db8a72415b8c@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