On 12/6/18 20:35, 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.
> Reviewed-by: Laurent Pinchart <[email protected]> > Reviewed-by: Benoit Parrot <[email protected]> > Signed-off-by: Rob Herring <[email protected]> > --- > v2: > - Also convert tabs to spaces between the 'if' and '(' Reviewed-by: Sylwester Nawrocki <[email protected]>

