From: Rob Herring <r...@kernel.org> 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" <da...@davemloft.net> > Cc: Claudiu Manoil <claudiu.man...@nxp.com> > Cc: Grygorii Strashko <grygorii.stras...@ti.com> > Cc: Wingman Kwok <w-kw...@ti.com> > Cc: Murali Karicheri <m-kariche...@ti.com> > Cc: netdev@vger.kernel.org > Cc: linux-o...@vger.kernel.org > Signed-off-by: Rob Herring <r...@kernel.org> Applied to net-next, thanks Rob.