Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290433
b: refs/heads/master
c: 8abe6fb
h: refs/heads/master
i:
  290431: 2027a58
v: v3
  • Loading branch information
Danny Kukawka authored and David S. Miller committed Feb 23, 2012
1 parent a09c9df commit e8c9fa0
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: 7ca1e11ab7d83ec76f3a8ef8704adca8c7518f41
refs/heads/master: 8abe6fb51ebd1d16c93d4435a808e056113f3510
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 e8c9fa0

Please sign in to comment.