Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75162
b: refs/heads/master
c: b46281f
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Jeff Garzik committed Dec 23, 2007
1 parent 9f58690 commit 011bb69
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: fdcfd77c813ef7997a60856812805f4cfbeb6222
refs/heads/master: b46281f9c5d6ab7b6e412e83f8c62cecf4ebbdfd
2 changes: 1 addition & 1 deletion trunk/drivers/net/typhoon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ typhoon_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
}

INIT_COMMAND_NO_RESPONSE(&xp_cmd, TYPHOON_CMD_XCVR_SELECT);
xp_cmd.parm1 = cpu_to_le16(xcvr);
xp_cmd.parm1 = xcvr;
err = typhoon_issue_command(tp, 1, &xp_cmd, 0, NULL);
if(err < 0)
goto out;
Expand Down

0 comments on commit 011bb69

Please sign in to comment.