Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139107
b: refs/heads/master
c: 3e8af30
h: refs/heads/master
i:
  139105: 212fdee
  139103: 8db4e37
v: v3
  • Loading branch information
Alexander Beregalov authored and David S. Miller committed Mar 29, 2009
1 parent a1e9276 commit fdeeafb
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: 2f181855a0b3c2b39314944add7b41c15647cf86
refs/heads/master: 3e8af307bfe3b6318a1aaaf8ce18d0af7ddf2ea2
2 changes: 1 addition & 1 deletion trunk/drivers/net/hamradio/dmascc.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ static const struct net_device_ops scc_netdev_ops = {
.ndo_stop = scc_close,
.ndo_start_xmit = scc_send_packet,
.ndo_do_ioctl = scc_ioctl,
.ndo_set_mac_address = scc_set_mac_address,
};

static int __init setup_adapter(int card_base, int type, int n)
Expand Down Expand Up @@ -584,7 +585,6 @@ static int __init setup_adapter(int card_base, int type, int n)
dev->irq = irq;
dev->netdev_ops = &scc_netdev_ops;
dev->header_ops = &ax25_header_ops;
dev->set_mac_address = scc_set_mac_address;
}
if (register_netdev(info->dev[0])) {
printk(KERN_ERR "dmascc: could not register %s\n",
Expand Down

0 comments on commit fdeeafb

Please sign in to comment.