alistair23-linux/drivers/android
Todd Kjos 324fa64cf4 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>
2018-11-26 20:12:05 +01:00
..
binder.c binder: fix sparse warnings on locking context 2018-11-26 20:12:05 +01:00
binder_alloc.c binder: fix sparse warnings on locking context 2018-11-26 20:12:05 +01:00
binder_alloc.h android: binder: Check for errors in binder_alloc_shrinker_init(). 2017-12-18 15:59:17 +01:00
binder_alloc_selftest.c android: binder: Add global lru shrinker to binder 2017-08-28 16:47:17 +02:00
binder_trace.h binder: use standard functions to allocate fds 2018-09-14 15:22:36 +02:00
Kconfig binder: use standard functions to allocate fds 2018-09-14 15:22:36 +02:00
Makefile android: binder: Add allocator selftest 2017-08-28 16:47:17 +02:00