Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189153
b: refs/heads/master
c: bb2792e
h: refs/heads/master
i:
  189151: f0369de
v: v3
  • Loading branch information
Amit Kumar Salecha authored and David S. Miller committed Mar 26, 2010
1 parent bb9d196 commit a06a296
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: 4300e8c7f64d95a80ffa7d98d98738f41546bc30
refs/heads/master: bb2792e0383793d5135ba777e93f0a918371394b
2 changes: 1 addition & 1 deletion trunk/drivers/net/netxen/netxen_nic_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ nx_get_bios_version(struct netxen_adapter *adapter)
if (adapter->fw_type == NX_UNIFIED_ROMIMAGE) {
bios_ver = cpu_to_le32(*((u32 *) (&fw->data[prd_off])
+ NX_UNI_BIOS_VERSION_OFF));
return (bios_ver << 24) + ((bios_ver >> 8) & 0xff00) +
return (bios_ver << 16) + ((bios_ver >> 8) & 0xff00) +
(bios_ver >> 24);
} else
return cpu_to_le32(*(u32 *)&fw->data[NX_BIOS_VERSION_OFFSET]);
Expand Down

0 comments on commit a06a296

Please sign in to comment.