UPSTREAM: android: binder: Use true and false for boolean values
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Tue, 23 Jan 2018 18:04:27 +0000 (12:04 -0600)
committerMunjoo Kim <munjoo.kim@samsung.com>
Wed, 6 Mar 2019 04:15:41 +0000 (13:15 +0900)
commit3679ffdf70b012e120792bc9b6c5e6c0e2782662
tree076ef375dac2b944ff18243a1bf040190eaff4b6
parent86688886287d33c0a18c8af3a9ef2dcfbf024d25
UPSTREAM: 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>
(cherry picked from commit 197410ad884eb18b31d48e9d8e64cb5a9e326f2f)

Change-Id: I30bed831d6b6ff2e9e3e521ccc5d6836f0b30944
drivers/android/binder.c