Re: [alsa-devel] [PATCH] ASoC: Use of_node_name_eq for node name comparisons

From: Kuninori Morimoto
Date: Wed Dec 05 2018 - 20:31:01 EST



Hi Rob

> 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
> can be used instead.

I guess this patch is for FSL ?

> ---
> sound/soc/fsl/fsl-asoc-card.c | 6 +++---
> sound/soc/generic/simple-scu-card.c | 2 +-
> 2 files changed, 4 insertions(+), 4 deletions(-)

But, this patch is including simple-scu-card.
Is this miss ?


Best regards
---
Kuninori Morimoto