Re: [PATCH net-next] net: phy: remove states PHY_STARTING and PHY_PENDING
From: Heiner Kallweit Date: Sat, 10 Nov 2018 23:40:50 +0100 > Both states aren't used. Most likely they result from an idea that > never materialized. So remove them. > > Signed-off-by: Heiner Kallweit Applied.
[PATCH net-next] net: phy: remove states PHY_STARTING and PHY_PENDING
Both states aren't used. Most likely they result from an idea that never materialized. So remove them. Signed-off-by: Heiner Kallweit --- drivers/net/phy/phy.c | 7 --- include/linux/phy.h | 22 ++ 2 files changed, 2 insertions(+), 27 deletions(-) diff --git a/drivers