Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26482
b: refs/heads/master
c: 3ab33dc
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle DL5RB authored and David S. Miller committed May 4, 2006
1 parent 7248c7d commit aba0b44
Show file tree
Hide file tree
Showing 4 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: 86cfcb95ec60e910d7efcb35ae89bf3403befaad
refs/heads/master: 3ab33dcc82e014c69ebad3b524d0053378ef76c3
1 change: 0 additions & 1 deletion trunk/drivers/net/hamradio/dmascc.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,6 @@ static int __init setup_adapter(int card_base, int type, int n)
INIT_WORK(&priv->rx_work, rx_bh, priv);
dev->priv = priv;
sprintf(dev->name, "dmascc%i", 2 * n + i);
SET_MODULE_OWNER(dev);
dev->base_addr = card_base;
dev->irq = irq;
dev->open = scc_open;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/hamradio/scc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,6 @@ static unsigned char ax25_nocall[AX25_ADDR_LEN] =

static void scc_net_setup(struct net_device *dev)
{
SET_MODULE_OWNER(dev);
dev->tx_queue_len = 16; /* should be enough... */

dev->open = scc_net_open;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/hamradio/yam.c
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,6 @@ static void yam_setup(struct net_device *dev)

dev->base_addr = yp->iobase;
dev->irq = yp->irq;
SET_MODULE_OWNER(dev);

dev->open = yam_open;
dev->stop = yam_close;
Expand Down

0 comments on commit aba0b44

Please sign in to comment.