[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4967409E.2020608@linux.vnet.ibm.com>
Date: Fri, 09 Jan 2009 13:18:38 +0100
From: Frank Blaschka <blaschka@...ux.vnet.ibm.com>
To: Bastian Blank <bastian@...di.eu.org>
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
good catch, thanks a lot. I will rework the complete patch set because
there is the same issue with ctcm and qeth_l3.
Frank
> 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
>
--
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