commit | 1e1bf14a89c0f5d11b62a8974dc53862e214b131 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Tue Jul 21 12:04:31 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 21 15:46:50 2020 -0700 |
tree | 8e1f736cf92f00ae6a83783e9c48525dd2148cd0 | |
parent | a83c8829d18d47939980db16a0ec79fa365ce6b0 [diff] |
net: phylink: simplify fixed-link case for ksettings_set method For fixed links, we only allow the current settings, so this should be a matter of merely rejecting an attempt to change the settings. If the settings agree, then there is nothing more we need to do. Reviewed-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>