summaryrefslogtreecommitdiff
path: root/curve.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+281
cted'>includemode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2016-08-03 14:03:11 +0200
committerWolfram Sang <wsa@the-dreams.de>2016-08-15 00:55:34 +0200
commit0268263f0cf2239eb3a747936d8d36ef5f5e1688 (patch)
treeb5c3e4f21892e5944416321f1db36eb1c1c0f8fd
parentfea03a6ab1d8e456c0319c194150621629504f80 (diff)
i2c: meson: Use complete() instead of complete_all()
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@bmw-carit.de> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat