From: Dan Carpenter Date: Thu, 3 Apr 2014 07:29:33 +0000 (+0300) Subject: dmaengine: sirf: off by one in of_dma_sirfsoc_xlate() X-Git-Tag: omap-for-v3.16/soc-signed~33^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3817e777ca3a089381a5b2370fbb869c3bcce6f;p=pandora-kernel.git dmaengine: sirf: off by one in of_dma_sirfsoc_xlate() The ">" here should be ">=" or we are one step beyond the end of the sdma->channels[] array. Fixes: 2e041c94628c ('dmaengine: sirf: enable generic dt binding for dma channels') Signed-off-by: Dan Carpenter Acked-by: Barry Song Signed-off-by: Vinod Koul --- Reading git-diff-tree failed