We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f492b commit 1339c35Copy full SHA for 1339c35
1 file changed
drivers/net/dsa/mxl862xx/mxl862xx.c
@@ -3575,7 +3575,7 @@ static void sfp_monitor_work_func(struct work_struct *work)
3575
struct combo_port_mux *mux = container_of(work, struct combo_port_mux, sfp_monitor_work.work);
3576
struct dsa_switch *ds = mux->dp->ds;
3577
struct dsa_port *dp = mux->dp;
3578
- struct net_device *dev = mux->dp->user;
+ struct net_device *dev = mux->dp->slave;
3579
unsigned int new_channel;
3580
int sfp_present;
3581
0 commit comments