diff options
author | Todd Kjos <tkjos@android.com> | 2018-11-06 15:56:31 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-11-26 20:12:05 +0100 |
commit | 324fa64cf4189094bc4df744a9e7214a1b81d845 (patch) | |
tree | cb166960a5b3b450a5d47be23657c6ba2a463aca /drivers/fpga | |
parent | 1dbfe7f23bdb7238c72d8efcffcd75280ff71d20 (diff) | |
download | linux-324fa64cf4189094bc4df744a9e7214a1b81d845.tar.gz linux-324fa64cf4189094bc4df744a9e7214a1b81d845.tar.bz2 linux-324fa64cf4189094bc4df744a9e7214a1b81d845.zip |
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')
0 files changed, 0 insertions, 0 deletions