Files
linux/drivers
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
..
2018-11-26 07:50:56 +01:00
2018-11-09 17:56:44 +01:00
2018-11-23 22:35:38 -08:00
2018-10-31 08:54:16 -07:00
2018-10-11 09:16:44 -07:00
2018-11-26 07:50:56 +01:00
2018-11-11 12:58:27 -08:00