Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88315
b: refs/heads/master
c: 2ed9926
h: refs/heads/master
i:
  88313: 0e5e70a
  88311: efcd1de
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Apr 14, 2008
1 parent 76a1554 commit 30e1c19
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: d2dcba612b357a4687843ad4f46629d219233fd7
refs/heads/master: 2ed9926e16094ad143b96b09c64cba8bcba05ee1
2 changes: 1 addition & 1 deletion trunk/net/ethernet/eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ static int eth_change_mtu(struct net_device *dev, int new_mtu)
static int eth_validate_addr(struct net_device *dev)
{
if (!is_valid_ether_addr(dev->dev_addr))
return -EINVAL;
return -EADDRNOTAVAIL;

return 0;
}
Expand Down

0 comments on commit 30e1c19

Please sign in to comment.