Re: [PATCH] hamradio, ppp: change semaphore to completion

2018-12-14 Thread David Miller
From: Arnd Bergmann Date: Mon, 10 Dec 2018 22:52:56 +0100 > ppp and hamradio have copies of the same code that uses a semaphore > in place of a completion for historic reasons. Make it use the > proper interface instead in all copies. > > Signed-off-by: Arnd Bergmann Applied, thanks.

[PATCH] hamradio, ppp: change semaphore to completion

2018-12-10 Thread Arnd Bergmann
ppp and hamradio have copies of the same code that uses a semaphore in place of a completion for historic reasons. Make it use the proper interface instead in all copies. Signed-off-by: Arnd Bergmann --- drivers/net/hamradio/6pack.c | 10 +- drivers/net/hamradio/mkiss.c | 8 dr