aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorDaniel Wagner <[email protected]>2016-08-03 14:03:10 +0200
committerWolfram Sang <[email protected]>2016-08-15 00:55:33 +0200
commitfea03a6ab1d8e456c0319c194150621629504f80 (patch)
tree35c5df4de6c1aa12106e9ea1ac2c67431a1274c1 /net/unix/sysctl_net_unix.c
parent752c3899f97c469efea42b1ad6de66d18a21ce09 (diff)
i2c: brcmstb: 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: brcmstb_send_i2c_cmd() reinit_completion() ... /* initiate transfer by setting iic_enable */ ... brcmstb_i2c_wait_for_completion() Signed-off-by: Daniel Wagner <[email protected]> Reviewed-by: Kamal Dasu <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions