net_device_ops conversion left the wrong poll_controller hook. Signed-off-by: Stephen Hemminger --- 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 }; -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html