commit | 0a59cea487e4d3c04364f29df241c9f7001ac6ff | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Wed Apr 17 14:44:21 2019 -0700 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon Apr 29 17:24:49 2019 -0400 |
tree | 707192d012b80b76bd03ae8d44ccd2abf378d568 | |
parent | 3f918ffae8e788d70e6488598d00e0bf717d7737 [diff] |
scsi: qla2xxx: Increase the size of the mailbox arrays from 4 to 8 This patch avoids that Coverity complains that qla2x00_async_event() writes outside the bounds of the mb[] arrays (MBA_IDC_AEN case). Cc: Himanshu Madhani <hmadhani@marvell.com> Cc: Giridhar Malavali <gmalavali@marvell.com> Signed-off-by: Bart Van Assche <bvanassche@acm.org> Acked-by: Himanshu Madhani <hmadhani@marvell.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>