[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090109105447.GA2929@wavehammer.waldi.eu.org>
Date: Fri, 9 Jan 2009 11:54:47 +0100
From: Bastian Blank <bastian@...di.eu.org>
To: frank.blaschka@...ibm.com
Cc: davem@...emloft.net, netdev@...r.kernel.org,
linux-s390@...r.kernel.org, ursula.braun@...ibm.com
Subject: Re: [patch 1/4] lcs: convert to net_device_ops
On Fri, Jan 09, 2009 at 10:01:57AM +0100, frank.blaschka@...ibm.com wrote:
> #ifdef CONFIG_IP_MULTICAST
> if (!lcs_check_multicast_support(card))
> - card->dev->set_multicast_list = lcs_set_multicast_list;
> + lcs_netdev_ops.ndo_set_multicast_list = lcs_set_multicast_list;
This looks wrong. lcs_netdev_ops is static but this code used to set it
up per card.
Bastian
--
History tends to exaggerate.
-- Col. Green, "The Savage Curtain", stardate 5906.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists