Thread (62 messages) 62 messages, 3 authors, 2009-03-27
STALE6300d

[patch 17/30] netdev: smc-ultra fix netpoll

From: Stephen Hemminger <hidden>
Date: 2009-03-27 01:30:29

net_device_ops conversion left the wrong poll_controller hook.

Signed-off-by: Stephen Hemminger <redacted>

--- a/drivers/net/smc-ultra.c	2009-03-26 15:59:56.000000000 -0700
+++ b/drivers/net/smc-ultra.c	2009-03-26 16:09:01.923594547 -0700
@@ -196,7 +196,7 @@ static const struct net_device_ops ultra
 	.ndo_set_mac_address 	= eth_mac_addr,
 	.ndo_change_mtu		= eth_change_mtu,
 #ifdef CONFIG_NET_POLL_CONTROLLER
-	.ndo_poll_controller 	= ei_poll,
+	.ndo_poll_controller 	= ultra_poll,
 #endif
 };
 

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help