Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c23d86ae authored by hayeswang's avatar hayeswang Committed by David S. Miller
Browse files

r8152: remove cancel_delayed_work_sync in rtl8152_set_speed



There is no conflict between the work_queue function and
rtl8152_set_speed(), so we don't have to cancel the delayed work in
rtl8152_set_speed().

Signed-off-by: default avatarHayes Wang <hayeswang@realtek.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c79262f3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2829,7 +2829,6 @@ static int rtl8152_set_speed(struct r8152 *tp, u8 autoneg, u16 speed, u8 duplex)
	u16 bmcr, anar, gbcr;
	int ret = 0;

	cancel_delayed_work_sync(&tp->schedule);
	anar = r8152_mdio_read(tp, MII_ADVERTISE);
	anar &= ~(ADVERTISE_10HALF | ADVERTISE_10FULL |
		  ADVERTISE_100HALF | ADVERTISE_100FULL);