Daniel Wagner <wagi@xxxxxxxxx> writes: > From: Daniel Wagner <daniel.wagner@xxxxxxxxxxxx> > > There is only one waiter for the completion, therefore there > is no need to use complete_all(). Let's make that clear by > using complete() instead of complete_all(). > > The usage pattern of the completion is: > > meson_i2c_xfer_msg() > reinit_completion() > ... > /* Start the transfer */ > ... > wait_for_completion_timeout() > > Signed-off-by: Daniel Wagner <daniel.wagner@xxxxxxxxxxxx> Acked-by: Kevin Hilman <khilman@xxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html