From: Dan Carpenter Date: Fri, 8 Nov 2013 09:50:24 +0000 (+0300) Subject: dma: pl330: off by one in pl330_probe() X-Git-Tag: v3.13-rc1~29^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02808b427689d46136d9662c5013145f70119f42;p=pandora-kernel.git dma: pl330: off by one in pl330_probe() There are only AMBA_NR_IRQS (2) elements in adev->irq[]. This code maybe works if the there is a zero directly after the array. Signed-off-by: Dan Carpenter Signed-off-by: Vinod Koul --- Reading git-diff-tree failed