commit | 197410ad884eb18b31d48e9d8e64cb5a9e326f2f | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Tue Jan 23 12:04:27 2018 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jan 25 10:46:42 2018 +0100 |
tree | 2c533d109913d3ed7b9ec4b57be6939561ec5e5b | |
parent | 5be2a5011c039506e2862650c928acfb2e3d7b9c [diff] |
android: binder: Use true and false for boolean values Assign true or false to boolean variables instead of an integer value. This issue was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Cc: Todd Kjos <tkjos@android.com> Cc: Martijn Coenen <maco@android.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>