Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359433
b: refs/heads/master
c: 66331e8
h: refs/heads/master
i:
  359431: 6a954ac
v: v3
  • Loading branch information
Dan Carpenter authored and James Bottomley committed Jan 29, 2013
1 parent 69966b3 commit 2fd82f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f07cda8fa9bcf83b5317a0b478d7b6ea4f59facf
refs/heads/master: 66331e8cf5cd8b387891e3ec0ef1d95e224ee976
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/mpt3sas/mpt3sas_ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -3136,7 +3136,7 @@ _ctl_diag_trigger_mpi_store(struct device *cdev,
spin_lock_irqsave(&ioc->diag_trigger_lock, flags);
sz = min(sizeof(struct SL_WH_MPI_TRIGGERS_T), count);
memset(&ioc->diag_trigger_mpi, 0,
sizeof(struct SL_WH_EVENT_TRIGGERS_T));
sizeof(ioc->diag_trigger_mpi));
memcpy(&ioc->diag_trigger_mpi, buf, sz);
if (ioc->diag_trigger_mpi.ValidEntries > NUM_VALID_ENTRIES)
ioc->diag_trigger_mpi.ValidEntries = NUM_VALID_ENTRIES;
Expand Down

0 comments on commit 2fd82f8

Please sign in to comment.