commit | 324fa64cf4189094bc4df744a9e7214a1b81d845 | [log] [tgz] |
---|---|---|
author | Todd Kjos <tkjos@android.com> | Tue Nov 06 15:56:31 2018 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 26 20:12:05 2018 +0100 |
tree | cb166960a5b3b450a5d47be23657c6ba2a463aca | |
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>