6 Dec
2018
6 Dec
'18
10:56 a.m.
On Wed, 05 Dec 2018 20:50:46 +0100, Rob Herring 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.
A couple of open coded iterating thru the child node names are converted to use for_each_child_of_node() instead.
Cc: Johannes Berg johannes@sipsolutions.net Cc: Jaroslav Kysela perex@perex.cz Cc: Takashi Iwai tiwai@suse.com Cc: Benjamin Herrenschmidt benh@kernel.crashing.org Cc: Paul Mackerras paulus@samba.org Cc: Michael Ellerman mpe@ellerman.id.au Cc: linuxppc-dev@lists.ozlabs.org Cc: alsa-devel@alsa-project.org Signed-off-by: Rob Herring robh@kernel.org
Applied, thanks.
Takashi