On Mon, 24 Feb 2025 22:27:57 +0800, Zijun Hu wrote: > From: Zijun Hu <quic_zijuhu@xxxxxxxxxxx> > > 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@xxxxxxxxxxx> > --- > drivers/of/base.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Applied, thanks!