From: Josh Cartwright Date: Tue, 11 Feb 2014 16:24:00 +0000 (-0600) Subject: bus: mvebu-mbus: make use of of_find_matching_node_and_match X-Git-Tag: v3.15-rc1~76^2~8^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=087a4ab272780f52f6ea24b1c0e2e8dd3a220e15;p=pandora-kernel.git bus: mvebu-mbus: make use of of_find_matching_node_and_match Instead of the of_find_matching_node()/of_match_node() pair, which requires two iterations through the match table, make use of of_find_matching_node_and_match(), which only iterates through the table once. Signed-off-by: Josh Cartwright Signed-off-by: Jason Cooper --- Reading git-diff-tree failed