Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334136
b: refs/heads/master
c: a3a9220
h: refs/heads/master
v: v3
  • Loading branch information
adam radford authored and James Bottomley committed Oct 9, 2012
1 parent 7b8a7cb commit 85242b2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: 8ead581609281720cf7388f989eb6570ff4e5551
refs/heads/master: a3a922099cb4952a6347966e692a8810ca7ffd1b
1 change: 0 additions & 1 deletion trunk/drivers/scsi/megaraid/megaraid_sas_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -5241,7 +5241,6 @@ megasas_aen_polling(struct work_struct *work)

case MR_EVT_PD_REMOVED:
if (megasas_get_pd_list(instance) == 0) {
megasas_get_pd_list(instance);
for (i = 0; i < MEGASAS_MAX_PD_CHANNELS; i++) {
for (j = 0;
j < MEGASAS_MAX_DEV_PER_CHANNEL;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/scsi/megaraid/megaraid_sas_fusion.c
Original file line number Diff line number Diff line change
Expand Up @@ -1733,8 +1733,6 @@ complete_cmd_fusion(struct megasas_instance *instance, u32 MSIxIndex)
if (reply_descript_type == MPI2_RPY_DESCRIPT_FLAGS_UNUSED)
return IRQ_NONE;

d_val.word = desc->Words;

num_completed = 0;

while ((d_val.u.low != UINT_MAX) && (d_val.u.high != UINT_MAX)) {
Expand Down

0 comments on commit 85242b2

Please sign in to comment.