aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorEric Dumazet <eric.dumazet@gmail.com>2010-11-03 12:25:32 +0000
committerDavid S. Miller <davem@davemloft.net>2010-11-03 18:50:06 -0700
commit53ab2221da7676dd0f161bec5e1520e56b74a865 (patch)
tree7b9356b8dea75a741499e83358b29914dbe29385 /drivers
parentatl1 : fix panic on load (diff)
downloadlinux-dev-53ab2221da7676dd0f161bec5e1520e56b74a865.tar.xz
linux-dev-53ab2221da7676dd0f161bec5e1520e56b74a865.zip
de2104x: fix panic on load
Its now illegal to call netif_stop_queue() before register_netdev() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/tulip/de2104x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/tulip/de2104x.c b/drivers/net/tulip/de2104x.c
index 28e1ffb13db9..c78a50586c1d 100644
--- a/drivers/net/tulip/de2104x.c
+++ b/drivers/net/tulip/de2104x.c
@@ -2021,7 +2021,6 @@ static int __devinit de_init_one (struct pci_dev *pdev,
de->media_timer.data = (unsigned long) de;
netif_carrier_off(dev);
- netif_stop_queue(dev);
/* wake up device, assign resources */
rc = pci_enable_device(pdev);