diff options
author | Todd Kjos <tkjos@android.com> | 2018-11-06 18:56:31 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-11-26 14:12:05 -0500 |
commit | 324fa64cf4189094bc4df744a9e7214a1b81d845 (patch) | |
tree | cb166960a5b3b450a5d47be23657c6ba2a463aca /drivers/fpga/fpga-bridge.c | |
parent | 1dbfe7f23bdb7238c72d8efcffcd75280ff71d20 (diff) |
binder: fix sparse warnings on locking context
Add __acquire()/__release() annnotations to fix warnings
in sparse context checking
There is one case where the warning was due to a lack of
a "default:" case in a switch statement where a lock was
being released in each of the cases, so the default
case was added.
Signed-off-by: Todd Kjos <tkjos@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions