Re: [PATCH net-next v2 01/11] net: dsa: PHY device is mandatory for EEE
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2017-08-01 21:31:05
Also in:
lkml
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2017-08-01 21:31:05
Also in:
lkml
On 08/01/2017 01:32 PM, Vivien Didelot wrote:
The port's PHY and MAC are both implied in EEE. The current code does not call the PHY operations if the related device is NULL. Change that by returning -ENODEV if there's no PHY device attached to the interface. Signed-off-by: Vivien Didelot <redacted>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian