Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171615
b: refs/heads/master
c: 63ae93a
h: refs/heads/master
i:
  171613: 877bee8
  171611: bb0b658
  171607: 2ec250d
  171599: b651e1e
  171583: a77d38c
v: v3
  • Loading branch information
Ron Mercer authored and David S. Miller committed Nov 18, 2009
1 parent 820a31b commit e05164e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: f99189b186f3922ede4fa33c02f6edc735b8c981
refs/heads/master: 63ae93a19094d88c8ca62543586b20e3a7ff7637
3 changes: 0 additions & 3 deletions trunk/drivers/net/qlge/qlge_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3951,9 +3951,6 @@ static int qlge_set_mac_address(struct net_device *ndev, void *p)
struct sockaddr *addr = p;
int status;

if (netif_running(ndev))
return -EBUSY;

if (!is_valid_ether_addr(addr->sa_data))
return -EADDRNOTAVAIL;
memcpy(ndev->dev_addr, addr->sa_data, ndev->addr_len);
Expand Down

0 comments on commit e05164e

Please sign in to comment.