6 Dec
2018
6 Dec
'18
3:30 a.m.
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