mbox series

[0/2] i2c: i801: Replace waitqueue with completion API

Message ID 561b74ab-b020-b0c7-c1ad-b7c3326245e3@gmail.com
Headers show
Series i2c: i801: Replace waitqueue with completion API | expand

Message

Heiner Kallweit May 21, 2021, 9:59 p.m. UTC
Using the completion API is more intuitive and it allows to simplify
the code.

Heiner Kallweit (2):
  i2c: i801: Remove unneeded warning after wait_event_timeout timeout
  i2c: i801: Replace waitqueue with completion API

 drivers/i2c/busses/i2c-i801.c | 52 +++++++++++++----------------------
 1 file changed, 19 insertions(+), 33 deletions(-)