[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <577B37CC.80807@gmail.com>
Date: Mon, 4 Jul 2016 21:30:04 -0700
From: Florian Fainelli <f.fainelli@...il.com>
To: David Miller <davem@...emloft.net>, tremyfr@...il.com
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] net: ethernet: bcmgenet: use
phy_ethtool_{get|set}_link_ksettings
Le 04/07/2016 16:03, David Miller a écrit :
> From: Philippe Reynes <tremyfr@...il.com>
> Date: Sun, 3 Jul 2016 17:33:57 +0200
>
>> There are two generics functions phy_ethtool_{get|set}_link_ksettings,
>> so we can use them instead of defining the same code in the driver.
>>
>> Signed-off-by: Philippe Reynes <tremyfr@...il.com>
>
> Applied.
>
The transformation is not equivalent, we lost the checks on
netif_running() in the process, and those are here for a reason, if the
interface is down and therefore clock gated, MDIO accesses to the PHY
will simply fail outright and cause bus errors.
Philippe, have you tested this?
--
Florian
Powered by blists - more mailing lists