[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250225195753.GA2907894-robh@kernel.org>
Date: Tue, 25 Feb 2025 13:57:53 -0600
From: Rob Herring <robh@...nel.org>
To: Zijun Hu <zijun_hu@...oud.com>
Cc: Saravana Kannan <saravanak@...gle.com>, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, Zijun Hu <quic_zijuhu@...cinc.com>
Subject: Re: [PATCH 3/5] of: Correct property name comparison in
__of_add_property()
On Tue, Feb 25, 2025 at 11:04:55PM +0800, Zijun Hu wrote:
> On 2025/2/25 22:38, Rob Herring wrote:
> > On Mon, Feb 24, 2025 at 10:27:59PM +0800, Zijun Hu wrote:
> >> From: Zijun Hu <quic_zijuhu@...cinc.com>
> >>
> >> __of_add_property() compares property name by strcmp(), and that is
> >> improper for SPARC which wants strcasecmp().
> > Except that 'name' is the nodename (usually, with a few rare
> > exceptions). Sparc node names are case sensitive, so strcmp was correct.
>
> Here, it is property's name and NOT node's name.
Sigh, indeed... Applied.
Rob
Powered by blists - more mailing lists