Re: [PATCH] hamradio, ppp: change semaphore to completion
From: David Miller <davem@davemloft.net>
Date: 2018-12-14 21:27:25
Also in:
linux-hams, lkml
From: David Miller <davem@davemloft.net>
Date: 2018-12-14 21:27:25
Also in:
linux-hams, lkml
From: Arnd Bergmann <arnd@arndb.de> 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 <arnd@arndb.de>
Applied, thanks.