Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362489
b: refs/heads/master
c: 5a25bf3
h: refs/heads/master
i:
  362487: 11f383a
v: v3
  • Loading branch information
Wei Yongjun authored and James Bottomley committed Apr 11, 2013
1 parent 2813896 commit 0445f6f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d4a2618fa77b5e58ec15342972bd3505a1c3f551
refs/heads/master: 5a25bf36b7394f11f2ff90c9e203639cd3dc041a
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/lpfc/lpfc_sli.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,11 +438,12 @@ lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq,
struct lpfc_rqe *temp_hrqe;
struct lpfc_rqe *temp_drqe;
struct lpfc_register doorbell;
int put_index = hq->host_index;
int put_index;

/* sanity check on queue memory */
if (unlikely(!hq) || unlikely(!dq))
return -ENOMEM;
put_index = hq->host_index;
temp_hrqe = hq->qe[hq->host_index].rqe;
temp_drqe = dq->qe[dq->host_index].rqe;

Expand Down

0 comments on commit 0445f6f

Please sign in to comment.