Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68836
b: refs/heads/master
c: a0a74e4
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and James Bottomley committed Oct 12, 2007
1 parent 63e2b71 commit a1def61
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: a43e6bd1be17573b4f9489190d440677bcb300f6
refs/heads/master: a0a74e45057cc3138c29173e7b0b3db8b30939ae
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/lpfc/lpfc_sli.c
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ lpfc_sli_hbqbuf_find(struct lpfc_hba *phba, uint32_t tag)
uint32_t hbqno;

hbqno = tag >> 16;
if (hbqno > LPFC_MAX_HBQS)
if (hbqno >= LPFC_MAX_HBQS)
return NULL;

list_for_each_entry(d_buf, &phba->hbqs[hbqno].hbq_buffer_list, list) {
Expand Down

0 comments on commit a1def61

Please sign in to comment.