Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148046
b: refs/heads/master
c: 0f980a8
h: refs/heads/master
v: v3
  • Loading branch information
Andy Yan authored and James Bottomley committed May 23, 2009
1 parent f2b1371 commit df48599
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 0b84b7094e87769120def1e703b8b4d037281038
refs/heads/master: 0f980a871678b7ec143fcb45b31bf9234e4585c8
8 changes: 4 additions & 4 deletions trunk/drivers/scsi/mvsas/mv_sas.c
Original file line number Diff line number Diff line change
Expand Up @@ -1873,11 +1873,11 @@ int mvs_slot_complete(struct mvs_info *mvi, u32 rx_desc, u32 flags)
}

out:
if (mvi_dev)
if (mvi_dev) {
mvi_dev->runing_req--;
if (sas_protocol_ata(task->task_proto))
mvs_free_reg_set(mvi, mvi_dev);

if (sas_protocol_ata(task->task_proto))
mvs_free_reg_set(mvi, mvi_dev);
}
mvs_slot_task_free(mvi, task, slot, slot_idx);
sts = tstat->stat;

Expand Down

0 comments on commit df48599

Please sign in to comment.