[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180705.094828.688324722389823002.davem@davemloft.net>
Date: Thu, 05 Jul 2018 09:48:28 +0900 (KST)
From: David Miller <davem@...emloft.net>
To: hkallweit1@...il.com
Cc: andrew@...n.ch, f.fainelli@...il.com, netdev@...r.kernel.org
Subject: Re: [PATCH net] net: phy: fix flag masking in __set_phy_supported
From: Heiner Kallweit <hkallweit1@...il.com>
Date: Tue, 3 Jul 2018 22:34:54 +0200
> Currently also the pause flags are removed from phydev->supported because
> they're not included in PHY_DEFAULT_FEATURES. I don't think this is
> intended, especially when considering that this function can be called
> via phy_set_max_speed() anywhere in a driver. Change the masking to mask
> out only the values we're going to change. In addition remove the
> misleading comment, job of this small function is just to adjust the
> supported and advertised speeds.
>
> Fixes: f3a6bd393c2c ("phylib: Add phy_set_max_speed helper")
> Signed-off-by: Heiner Kallweit <hkallweit1@...il.com>
Applied and queued up for -stable.
Powered by blists - more mailing lists