From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [patch] dmaengine: ste_dma40: off by one in d40_of_probe() Date: Sun, 25 Aug 2013 16:24:25 +0530 Message-ID: <20130825105425.GA2748@intel.com> References: <20130823092343.GF31293@elgon.mountain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20130823092343.GF31293@elgon.mountain> Sender: kernel-janitors-owner@vger.kernel.org To: Dan Carpenter Cc: Linus Walleij , Dan Williams , Grant Likely , Rob Herring , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, kernel-janitors@vger.kernel.org List-Id: devicetree@vger.kernel.org On Fri, Aug 23, 2013 at 12:23:43PM +0300, Dan Carpenter wrote: > If "num_disabled" is equal to STEDMA40_MAX_PHYS (32) then we would write > one space beyond the end of the pdata->disable_channels[] array. Applied, thanks ~Vinod