Re: [patch V3 04/20] orinoco_usb: Use the regular completion interfaces

2020-03-22 Thread Kalle Valo
Thomas Gleixner writes: > From: Thomas Gleixner > > The completion usage in this driver is interesting: > > - it uses a magic complete function which according to the comment was > implemented by invoking complete() four times in a row because > complete_all() was not exported at that

[patch V3 04/20] orinoco_usb: Use the regular completion interfaces

2020-03-21 Thread Thomas Gleixner
From: Thomas Gleixner The completion usage in this driver is interesting: - it uses a magic complete function which according to the comment was implemented by invoking complete() four times in a row because complete_all() was not exported at that time. - it uses an open coded