From: Rob Herring <robh@xxxxxxxxxx> Date: Wed, 5 Dec 2018 13:50:32 -0600 > 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: "David S. Miller" <davem@xxxxxxxxxxxxx> > Cc: Claudiu Manoil <claudiu.manoil@xxxxxxx> > Cc: Grygorii Strashko <grygorii.strashko@xxxxxx> > Cc: Wingman Kwok <w-kwok2@xxxxxx> > Cc: Murali Karicheri <m-karicheri2@xxxxxx> > Cc: netdev@xxxxxxxxxxxxxxx > Cc: linux-omap@xxxxxxxxxxxxxxx > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> Applied to net-next, thanks Rob.