Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289133
b: refs/heads/master
c: d8aa3e2
h: refs/heads/master
i:
  289131: 6515603
v: v3
  • Loading branch information
Danny Kukawka authored and Greg Kroah-Hartman committed Feb 24, 2012
1 parent f645137 commit 3195b52
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: 72a474b8cdac7e316f5299b0edf2d82f86d92829
refs/heads/master: d8aa3e26f48cf42ef8cf74cedd50e6961b10ff54
2 changes: 1 addition & 1 deletion trunk/drivers/staging/et131x/et131x.c
Original file line number Diff line number Diff line change
Expand Up @@ -5177,7 +5177,7 @@ static int et131x_set_mac_addr(struct net_device *netdev, void *new_mac)

/* Make sure the requested MAC is valid */
if (!is_valid_ether_addr(address->sa_data))
return -EINVAL;
return -EADDRNOTAVAIL;

et131x_disable_txrx(netdev);
et131x_handle_send_interrupt(adapter);
Expand Down

0 comments on commit 3195b52

Please sign in to comment.