Re: [PATCH] drm: imx: Use of_node_name_eq for node name comparisons

From: Philipp Zabel
Date: Thu Feb 14 2019 - 04:07:47 EST


Hi Rob,

On Wed, 2019-02-13 at 12:07 -0600, Rob Herring wrote:
> On Wed, Dec 5, 2018 at 1:50 PM Rob Herring <robh@xxxxxxxxxx> wrote:
> >
> > Convert string compares of DT node names to use of_node_name_eq helper
> > instead. This removes direct access to the node name pointer.
> >
> > For instances using of_node_cmp, this has the side effect of now using
> > case sensitive comparisons. This should not matter for any FDT based
> > system which this is.
> >
> > Cc: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
> > Cc: David Airlie <airlied@xxxxxxxx>
> > Cc: dri-devel@xxxxxxxxxxxxxxxxxxxxx
> > Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> > ---
> > drivers/gpu/drm/imx/imx-drm-core.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Philipp, can I get an ack on this? I can commit it.

Thank you,
Acked-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>

regards
Philipp