diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2012-12-07 13:56:22 +0300 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-01-29 13:57:34 +1100 |
commit | 66331e8cf5cd8b387891e3ec0ef1d95e224ee976 (patch) | |
tree | 03760a762cc9fff5577fb276bee5b907eda27b45 /MAINTAINERS | |
parent | f07cda8fa9bcf83b5317a0b478d7b6ea4f59facf (diff) | |
download | linux-66331e8cf5cd8b387891e3ec0ef1d95e224ee976.tar.gz linux-66331e8cf5cd8b387891e3ec0ef1d95e224ee976.tar.bz2 linux-66331e8cf5cd8b387891e3ec0ef1d95e224ee976.zip |
[SCSI] mpt3sas: cut and paste bug storing trigger mpi
ioc->diag_trigger_mpi is an SL_WH_MPI_TRIGGERS_T struct.
There is a cut and paste error here and SL_WH_EVENT_TRIGGERS_T is used
instead of SL_WH_MPI_TRIGGERS_T. Since the SL_WH_EVENT_TRIGGERS_T is
smaller than SL_WH_MPI_TRIGGERS_T, it means we only clear part of the
buffer.
I've changed it to use sizeof(ioc->diag_trigger_mpi) which is a bit
simpler.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: "Sreekanth Reddy" <Sreekanth.reddy@lsi.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions