commit | 127be355285d14b483da0478a33302a680204144 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Aug 23 15:11:31 2013 +0300 |
committer | James Bottomley <JBottomley@Parallels.com> | Tue Sep 03 07:27:58 2013 -0700 |
tree | f5454cd17c8ad2189574b853a5337b9b8c7a9973 | |
parent | 272fd3b28f5ebbf20ccf39c511744cb682056434 [diff] |
[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 <dan.carpenter@oracle.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>