Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75161
b: refs/heads/master
c: fdcfd77
h: refs/heads/master
i:
  75159: fbc80e2
v: v3
  • Loading branch information
Al Viro authored and Jeff Garzik committed Dec 23, 2007
1 parent 65f8133 commit 9f58690
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: 73eac0640ebfb30fee99e06ee029444af0d7ae8d
refs/heads/master: fdcfd77c813ef7997a60856812805f4cfbeb6222
2 changes: 1 addition & 1 deletion trunk/drivers/net/typhoon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ typhoon_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info)
if(typhoon_issue_command(tp, 1, &xp_cmd, 3, xp_resp) < 0) {
strcpy(info->fw_version, "Unknown runtime");
} else {
u32 sleep_ver = xp_resp[0].parm2;
u32 sleep_ver = le32_to_cpu(xp_resp[0].parm2);
snprintf(info->fw_version, 32, "%02x.%03x.%03x",
sleep_ver >> 24, (sleep_ver >> 12) & 0xfff,
sleep_ver & 0xfff);
Expand Down

0 comments on commit 9f58690

Please sign in to comment.