Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161047
b: refs/heads/master
c: a2d301e
h: refs/heads/master
i:
  161045: f2bce1a
  161043: bd228fe
  161039: 48d0c39
v: v3
  • Loading branch information
Santosh Vernekar authored and James Bottomley committed Aug 22, 2009
1 parent 3eda534 commit 88de06e
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: 4b785241ad6d07176a692631dbda3605f4917a18
refs/heads/master: a2d301e8d62ecd36dbfec69be13859ae3050f6fa
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qla2xxx/qla_isr.c
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ qla2x00_async_event(scsi_qla_host_t *vha, struct rsp_que *rsp, uint16_t *mb)
if (vha->vp_idx && test_bit(VP_SCR_NEEDED, &vha->vp_flags))
break;
/* Only handle SCNs for our Vport index. */
if (vha->vp_idx && vha->vp_idx != (mb[3] & 0xff))
if (vha->vp_idx != (mb[3] & 0xff))
break;
DEBUG2(printk("scsi(%ld): Asynchronous RSCR UPDATE.\n",
vha->host_no));
Expand Down

0 comments on commit 88de06e

Please sign in to comment.