Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187971
b: refs/heads/master
c: addd5ab
h: refs/heads/master
i:
  187969: d4c5253
  187967: 4d4a899
v: v3
  • Loading branch information
Amit Kumar Salecha authored and David S. Miller committed Mar 8, 2010
1 parent c9d934c commit 76515d9
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: b7eff1007fea3d153a9a5c0f872304ec19412bbb
refs/heads/master: addd5abf49be31787aeb6203d266e0bd31a3fadd
2 changes: 1 addition & 1 deletion trunk/drivers/net/qlcnic/qlcnic_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ qlcnic_get_bios_version(struct qlcnic_adapter *adapter)
bios_ver = cpu_to_le32(*((u32 *) (&fw->data[prd_off])
+ QLCNIC_UNI_BIOS_VERSION_OFF));

return (bios_ver << 24) + ((bios_ver >> 8) & 0xff00) + (bios_ver >> 24);
return (bios_ver << 16) + ((bios_ver >> 8) & 0xff00) + (bios_ver >> 24);
}

int
Expand Down

0 comments on commit 76515d9

Please sign in to comment.