From: Rob Herring <[email protected]>
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" <[email protected]>
> Cc: Claudiu Manoil <[email protected]>
> Cc: Grygorii Strashko <[email protected]>
> Cc: Wingman Kwok <[email protected]>
> Cc: Murali Karicheri <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Signed-off-by: Rob Herring <[email protected]>

Applied to net-next, thanks Rob.

Reply via email to