From: Grant Likely Date: Wed, 4 Jun 2014 15:42:26 +0000 (+0100) Subject: of: Migrate of_find_node_by_name() users to for_each_node_by_name() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~69^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccdb8ed3b3c739fe99a6f2f474f7ffad3203485d;p=pandora-kernel.git of: Migrate of_find_node_by_name() users to for_each_node_by_name() There are a bunch of users open coding the for_each_node_by_name() by calling of_find_node_by_name() directly instead of using the macro. This is getting in the way of some cleanups, and the possibility of removing of_find_node_by_name() entirely. Clean it up so that all the users are consistent. Signed-off-by: Grant Likely Cc: Rob Herring Cc: Benjamin Herrenschmidt Cc: "Rafael J. Wysocki" Cc: Greg Kroah-Hartman Cc: Takashi Iwai --- Reading git-diff-tree failed