[PATCH] ASoC: Use of_node_name_eq for node name comparisons

Nicolin Chen nicoleotsuka at gmail.com
Thu Dec 6 12:53:12 AEDT 2018


Hi Rob,

On Thu, Dec 6, 2018 at 3:51 AM Rob Herring <robh at kernel.org> 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 the FSL ASoC card, the full node names appear to be "ssi", "esai",
> and "sai", so there's not any reason to use strstr and of_node_name_eq

I am not quite sure about the replacement of strstr.
IIRC, a node name in fsl dts might appear to be "ssi at xxxx".

I am currently out of town so cannot verify the patch.

Fabio, would it be possible for you to run a boot test?

Thanks
Nicolin


More information about the Linuxppc-dev mailing list