Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142087
b: refs/heads/master
c: 79c13a7
h: refs/heads/master
i:
  142085: 4b12830
  142083: ea2ecef
  142079: 6909a86
v: v3
  • Loading branch information
Harish Zunjarrao authored and James Bottomley committed Apr 3, 2009
1 parent e248b17 commit de1064c
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: b9b12f73dff15915914f51bbff7620f5dd49b3de
refs/heads/master: 79c13a747dbb23815e4ea69d60e51c8df6ad4997
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 @@ -612,8 +612,8 @@ qla2xxx_find_flt_start(scsi_qla_host_t *vha, uint32_t *start)

/* Good data. Use specified location. */
loc = locations[1];
*start = le16_to_cpu(fltl->start_hi) << 16 |
le16_to_cpu(fltl->start_lo);
*start = (le16_to_cpu(fltl->start_hi) << 16 |
le16_to_cpu(fltl->start_lo)) >> 2;
end:
DEBUG2(qla_printk(KERN_DEBUG, ha, "FLTL[%s] = 0x%x.\n", loc, *start));
return QLA_SUCCESS;
Expand Down

0 comments on commit de1064c

Please sign in to comment.