projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c260e4
)
atl1 : fix panic on load
author
Eric Dumazet
<eric.dumazet@gmail.com>
Wed, 3 Nov 2010 12:11:21 +0000
(12:11 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 4 Nov 2010 01:50:05 +0000
(18:50 -0700)
Its now illegal to call netif_stop_queue() before register_netdev()
Reported-by: Tom Gundersen <teg@jklm.no>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/atlx/atl1.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/atlx/atl1.c
b/drivers/net/atlx/atl1.c
index 43579b3b24acce4e23caac9e9ce1d2f2f811af44..53363108994ee93bed670940b0eb91170a389456 100644
(file)
--- a/
drivers/net/atlx/atl1.c
+++ b/
drivers/net/atlx/atl1.c
@@
-3043,7
+3043,6
@@
static int __devinit atl1_probe(struct pci_dev *pdev,
atl1_pcie_patch(adapter);
/* assume we have no link for now */
netif_carrier_off(netdev);
- netif_stop_queue(netdev);
setup_timer(&adapter->phy_config_timer, atl1_phy_config,
(unsigned long)adapter);