[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAGhQ9Vy-3shh9FtpZd9FKmmg_fc5VzzeEg6APRfSQv5fj_Qu0A@mail.gmail.com>
Date: Tue, 13 Nov 2012 23:07:53 +0100
From: Joachim Eastwood <manabian@...il.com>
To: Stephen Hemminger <shemminger@...tta.com>
Cc: davem@...emloft.net, pcnet32@...ntier.com, nicolas.ferre@...el.com,
mlindner@...vell.com, nico@...xnic.net,
steve.glendinning@...well.net,
uclinux-dist-devel@...ckfin.uclinux.org, netdev@...r.kernel.org
Subject: Re: [net-next PATCH] net/ethernet: remove useless is_valid_ether_addr
from drivers ndo_open
On 13 November 2012 22:55, Stephen Hemminger <shemminger@...tta.com> wrote:
> On Tue, 13 Nov 2012 22:46:39 +0100
> Joachim Eastwood <manabian@...il.com> wrote:
>
>> diff --git a/drivers/net/ethernet/marvell/skge.c b/drivers/net/ethernet/marvell/skge.c
>> index d19a143..ce8d053 100644
>> --- a/drivers/net/ethernet/marvell/skge.c
>> +++ b/drivers/net/ethernet/marvell/skge.c
>> @@ -2524,9 +2524,6 @@ static int skge_up(struct net_device *dev)
>> size_t rx_size, tx_size;
>> int err;
>>
>> - if (!is_valid_ether_addr(dev->dev_addr))
>> - return -EINVAL;
>> -
>> netif_info(skge, ifup, skge->netdev, "enabling interface\n");
>>
>> if (dev->mtu > RX_BUF_SIZE)
>
> This should probably stay since it costs so little and protects
> against a obscure error case.
> skge_up is called from skge_resume on resume from suspend.
> It is possible that the device was zeroed after skge_suspend was
> called.
ah, true. Should have checked that...
I see now that some of the other drivers also makes calls into open
from resume. Guess that those cases should be dropped as well.
Thanks for your feedback.
regards
Joachim Eastwood
--
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