Message ID | 20181212185136.6620-1-nsaenzjulienne@suse.de (mailing list archive) |
---|---|
Headers | show |
Series | staging: vchiq: fix completion routines & semaphores | expand |
On Wed, Dec 12, 2018 at 7:54 PM Nicolas Saenz Julienne <nsaenzjulienne@suse.de> wrote: > > As pointed out by Arnd Bergman[1] there where some issues on how I > converted semaphores to completion routines. I wasn't aware of a > macro override happening in vchiq_killable.h, which was changing > down_interruptible()'s meaning. > > This patch changes all completions so they use the proper APIs and gets > rid of vchiq_killable.h. I took into account Arnd's commit to avoid > merge conflicts. > Reviewed-by: Arnd Bergmann <arnd@arndb.de> Thanks for the follow-up! Arnd