Skip to content

Commit 1339c35

Browse files
committed
Revert "net: mxl: fix build-error"
This reverts commit c7ee267.
1 parent 04f492b commit 1339c35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/net/dsa/mxl862xx/mxl862xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3575,7 +3575,7 @@ static void sfp_monitor_work_func(struct work_struct *work)
35753575
struct combo_port_mux *mux = container_of(work, struct combo_port_mux, sfp_monitor_work.work);
35763576
struct dsa_switch *ds = mux->dp->ds;
35773577
struct dsa_port *dp = mux->dp;
3578-
struct net_device *dev = mux->dp->user;
3578+
struct net_device *dev = mux->dp->slave;
35793579
unsigned int new_channel;
35803580
int sfp_present;
35813581

0 commit comments

Comments
 (0)