Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195609
b: refs/heads/master
c: bfdaa76
h: refs/heads/master
i:
  195607: a0e20da
v: v3
  • Loading branch information
Sarang Radke authored and James Bottomley committed Apr 11, 2010
1 parent a056784 commit d741f23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d5459083af5b6e01796797edd12555ab586c6092
refs/heads/master: bfdaa761d3f9663a4721f572e093dd2894cedaf9
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/qla2xxx/qla_sup.c
Original file line number Diff line number Diff line change
Expand Up @@ -739,11 +739,11 @@ qla2xxx_get_flt_info(scsi_qla_host_t *vha, uint32_t flt_addr)
ha->flt_region_gold_fw = start;
break;
case FLT_REG_FCP_PRIO_0:
if (!(PCI_FUNC(ha->pdev->devfn) & 1))
if (ha->flags.port0)
ha->flt_region_fcp_prio = start;
break;
case FLT_REG_FCP_PRIO_1:
if (PCI_FUNC(ha->pdev->devfn) & 1)
if (!ha->flags.port0)
ha->flt_region_fcp_prio = start;
break;
}
Expand Down

0 comments on commit d741f23

Please sign in to comment.