commit | 5aac49378742a52bbe8af3d25bc51b487be7b17f | [log] [tgz] |
---|---|---|
author | Andrea Parri <andrea.parri@amarulasolutions.com> | Tue Aug 14 20:41:06 2018 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Sep 27 11:59:58 2018 +0200 |
tree | 766b8ef63da32898842943c4d4df7d63b9b04af1 | |
parent | 1042caa79e9351b81ed19dc8d2d7fd6ff51a4422 [diff] |
Bluetooth: Remove unnecessary smp_mb__{before,after}_atomic The barriers are unneeded; wait_woken() and woken_wake_function() already provide us with the required synchronization: remove them and document that we're relying on the (implicit) synchronization provided by wait_woken() and woken_wake_function(). Signed-off-by: Andrea Parri <andrea.parri@amarulasolutions.com> Reviewed-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>