Re: [PATCH] memory: omap-gpmc: Use of_node_name_eq for node name comparisons

From: Tony Lindgren
Date: Tue Dec 11 2018 - 11:28:35 EST


* Rob Herring <robh@xxxxxxxxxx> [181205 11:51]:
> 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.

Applying into omap-for-v4.21/driver thanks.

Tony