diff options
author | 2025-02-24 22:27:59 +0800 | |
---|---|---|
committer | 2025-02-25 13:58:46 -0600 | |
commit | b41838312e24f69d28d1b81c9b9beef55f31215d (patch) | |
tree | 03f65e018d528f15c1062d214f7c58b44f954286 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | of: Introduce and apply private is_pseudo_property() (diff) | |
download | wireguard-linux-b41838312e24f69d28d1b81c9b9beef55f31215d.tar.xz wireguard-linux-b41838312e24f69d28d1b81c9b9beef55f31215d.zip |
of: Correct property name comparison in __of_add_property()
__of_add_property() compares property name by strcmp(), and that is
improper for SPARC which wants strcasecmp().
Fix by using dedicated property name comparison macro of_prop_cmp().
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Link: https://lore.kernel.org/r/20250224-of_bugfix-v1-3-03640ae8c3a6@quicinc.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions