Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290431
b: refs/heads/master
c: 15b8f4c
h: refs/heads/master
i:
  290429: 113506b
  290427: e3eb8f7
  290423: d538f63
  290415: 9d20b4c
  290399: 41d0063
  290367: d9892f0
  290303: 64926f3
v: v3
  • Loading branch information
Danny Kukawka authored and David S. Miller committed Feb 23, 2012
1 parent 5a34ac1 commit 2027a58
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: 504f9b5a6bb5336ad434438d0cdd61a16db80129
refs/heads/master: 15b8f4cf8ea6654c5642358c70b6e84909d99038
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/mcs7830.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ static int mcs7830_set_mac_address(struct net_device *netdev, void *p)
return -EBUSY;

if (!is_valid_ether_addr(addr->sa_data))
return -EINVAL;
return -EADDRNOTAVAIL;

ret = mcs7830_hif_set_mac_address(dev, addr->sa_data);

Expand Down

0 comments on commit 2027a58

Please sign in to comment.