From: Dan Carpenter Date: Fri, 23 Aug 2013 12:11:31 +0000 (+0300) Subject: [SCSI] eata_pio: off by one in eata_pio_detect() X-Git-Tag: v3.12-rc1~180^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=127be355285d14b483da0478a33302a680204144;p=pandora-kernel.git [SCSI] eata_pio: off by one in eata_pio_detect() Smatch complains that the reg_IRQ[] array only has MAXIRQ (16) elements so we are one space beyond the end of the array here. Signed-off-by: Dan Carpenter Signed-off-by: James Bottomley --- Reading git-diff-tree failed