Loading drivers/net/slip.c +2 −4 Original line number Original line Diff line number Diff line Loading @@ -1383,10 +1383,8 @@ static void __exit slip_exit(void) /* First of all: check for active disciplines and hangup them. /* First of all: check for active disciplines and hangup them. */ */ do { do { if (busy) { if (busy) set_current_state(TASK_INTERRUPTIBLE); msleep_interruptible(100); schedule_timeout(HZ / 10); } busy = 0; busy = 0; for (i = 0; i < slip_maxdev; i++) { for (i = 0; i < slip_maxdev; i++) { Loading Loading
drivers/net/slip.c +2 −4 Original line number Original line Diff line number Diff line Loading @@ -1383,10 +1383,8 @@ static void __exit slip_exit(void) /* First of all: check for active disciplines and hangup them. /* First of all: check for active disciplines and hangup them. */ */ do { do { if (busy) { if (busy) set_current_state(TASK_INTERRUPTIBLE); msleep_interruptible(100); schedule_timeout(HZ / 10); } busy = 0; busy = 0; for (i = 0; i < slip_maxdev; i++) { for (i = 0; i < slip_maxdev; i++) { Loading