On Wed, Dec 5, 2018 at 8:50 PM Rob Herring <[email protected]> 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 instances using of_node_cmp, this has the side effect of now using > case sensitive comparisons. This should not matter for any FDT based > system which all of these are. > > Cc: Geert Uytterhoeven <[email protected]> > Cc: Michael Turquette <[email protected]> > Cc: Stephen Boyd <[email protected]> > Cc: Tero Kristo <[email protected]> > Cc: Ulf Hansson <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Rob Herring <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]> > --- > drivers/clk/renesas/clk-mstp.c | 2 +- > drivers/clk/ti/clkctrl.c | 2 +- > drivers/clk/ti/dpll.c | 2 +- > drivers/clk/ux500/u8500_of_clk.c | 10 +++++----- > 4 files changed, 8 insertions(+), 8 deletions(-) For drivers/clk/renesas/clk-mstp.c : Acked-by: Geert Uytterhoeven <[email protected]> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
