From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Cooper Subject: Re: [PATCH 2/8] bus: mvebu-mbus: make use of of_find_matching_node_and_match Date: Tue, 11 Feb 2014 14:22:28 -0500 Message-ID: <20140211192228.GG27395@titan.lakedaemon.net> References: <1392135847-30791-1-git-send-email-joshc@codeaurora.org> <1392135847-30791-3-git-send-email-joshc@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1392135847-30791-3-git-send-email-joshc@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: Josh Cartwright Cc: Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Tue, Feb 11, 2014 at 10:24:00AM -0600, Josh Cartwright wrote: > 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 > --- > drivers/bus/mvebu-mbus.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Applied to mvebu/drivers thx, Jason.