commit | 087a4ab272780f52f6ea24b1c0e2e8dd3a220e15 | [log] [tgz] |
---|---|---|
author | Josh Cartwright <joshc@codeaurora.org> | Tue Feb 11 10:24:00 2014 -0600 |
committer | Jason Cooper <jason@lakedaemon.net> | Tue Feb 11 19:14:42 2014 +0000 |
tree | c6bed335cc0c70d0c58fa7ac74dfd812c6aef863 | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 [diff] |
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 <joshc@codeaurora.org> Signed-off-by: Jason Cooper <jason@lakedaemon.net>