]> www.infradead.org Git - users/jedix/linux-maple.git/commit
of: Compare property names by of_prop_cmp() in of_alias_scan()
authorZijun Hu <quic_zijuhu@quicinc.com>
Mon, 24 Feb 2025 14:27:57 +0000 (22:27 +0800)
committerRob Herring (Arm) <robh@kernel.org>
Tue, 25 Feb 2025 14:42:43 +0000 (08:42 -0600)
commit56d733bb8f99a572e3b35a307057e019c1974026
tree3ea093599bd7c880ec31d38a104805512837e6ef
parenta46a0805635d07de50c2ac71588345323c13b2f9
of: Compare property names by of_prop_cmp() in of_alias_scan()

For these pseudo property names 'name', 'phandle' and 'linux,phandle':

Use dedicated property name comparison macro of_prop_cmp() instead of
strcmp() in of_alias_scan() to:

- Make property name comparison consistent.
- Prepare for introducing private is_pseudo_property() later.

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Link: https://lore.kernel.org/r/20250224-of_bugfix-v1-1-03640ae8c3a6@quicinc.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
drivers/of/base.c