From: Russell King (Oracle) Date: Fri, 12 Apr 2024 15:15:03 +0000 (+0100) Subject: net: dsa: convert dsa_user_phylink_fixed_state() to use dsa_phylink_to_port() X-Git-Tag: net-accept-more-20240515~4^2~238 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=a788fafff56f940dbb1753c5bbbff387f9b97619;p=linux-block.git net: dsa: convert dsa_user_phylink_fixed_state() to use dsa_phylink_to_port() Convert dsa_user_phylink_fixed_state() to use the newly introduced dsa_phylink_to_port() helper. Suggested-by: Vladimir Oltean Signed-off-by: Russell King (Oracle) Signed-off-by: David S. Miller --- diff --git a/net/dsa/user.c b/net/dsa/user.c index 16d395bb1a1f..c94b868855aa 100644 --- a/net/dsa/user.c +++ b/net/dsa/user.c @@ -2445,7 +2445,7 @@ EXPORT_SYMBOL_GPL(dsa_port_phylink_mac_change); static void dsa_user_phylink_fixed_state(struct phylink_config *config, struct phylink_link_state *state) { - struct dsa_port *dp = container_of(config, struct dsa_port, pl_config); + struct dsa_port *dp = dsa_phylink_to_port(config); struct dsa_switch *ds = dp->ds; /* No need to check that this operation is valid, the callback would