From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [patch 1/2] pinctrl: tegra-xusb: fix an off by one test Date: Thu, 31 Jul 2014 09:34:47 -0600 Message-ID: <53DA6217.1050604@wwwdotorg.org> References: <20140731152217.GD31539@mwanda> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140731152217.GD31539@mwanda> Sender: kernel-janitors-owner@vger.kernel.org To: Dan Carpenter , Linus Walleij Cc: Thierry Reding , Grant Likely , Rob Herring , linux-tegra@vger.kernel.org, kernel-janitors@vger.kernel.org List-Id: linux-tegra@vger.kernel.org On 07/31/2014 09:22 AM, Dan Carpenter wrote: > This shoudld be ">= ARRAY_SIZE()" instead of "> ARRAY_SIZE()". > > Fixes: dc0a39386687 ('pinctrl: Add NVIDIA Tegra XUSB pad controller support') > Signed-off-by: Dan Carpenter This series looks fine to me. Linus, since the XUSB driver got merged through the Tegra tree, should I send these fixes through arm-soc on top of the driver addition patches (hoping to get them in before -rc1), or will you take them through the pinctrl tree immediately after -rc1? The latter might be simpler.