commit | 02808b427689d46136d9662c5013145f70119f42 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Nov 08 12:50:24 2013 +0300 |
committer | Vinod Koul <vinod.koul@intel.com> | Wed Nov 13 18:49:43 2013 +0530 |
tree | 5c2e323b7d9504fe7368d2ac4e175033a6ad850c | |
parent | 2dcbdce3610a1ba190a74b782b9f7f1f7f976325 [diff] |
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 <dan.carpenter@oracle.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>