Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74489
b: refs/heads/master
c: dda93b4
h: refs/heads/master
i:
  74487: 33c5b8d
v: v3
  • Loading branch information
David Woodhouse authored and Jeff Garzik committed Dec 1, 2007
1 parent e3df3cd commit 6d96e39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3d26e69533e4df45d03c0b9fa0b3f7e84980b873
refs/heads/master: dda93b486a25009456fca6b9c925ab4d7c6b6d6a
3 changes: 3 additions & 0 deletions trunk/drivers/net/phy/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,9 @@ int phy_mii_ioctl(struct phy_device *phydev,
&& phydev->drv->config_init)
phydev->drv->config_init(phydev);
break;

default:
return -ENOTTY;
}

return 0;
Expand Down

0 comments on commit 6d96e39

Please sign in to comment.