Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1114
b: refs/heads/master
c: 9971869
h: refs/heads/master
v: v3
  • Loading branch information
Geoff Levand authored and Jeff Garzik committed May 16, 2005
1 parent 125d7e6 commit 466426e
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: f7a3aae1723e7ffc9c4fcdb489365da7a3d81255
refs/heads/master: 99718699f5746cc365f3a9ab4769568a1da97635
2 changes: 1 addition & 1 deletion trunk/drivers/net/ibm_emac/ibm_emac_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@ static struct ethtool_ops emac_ethtool_ops = {
static int emac_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
{
struct ocp_enet_private *fep = dev->priv;
uint *data = (uint *) & rq->ifr_ifru;
uint16_t *data = (uint16_t *) & rq->ifr_ifru;

switch (cmd) {
case SIOCGMIIPHY:
Expand Down

0 comments on commit 466426e

Please sign in to comment.