OSDN Git Service

staging: android: Assign bool to true
authorTapasweni Pathak <tapaswenipathak@gmail.com>
Wed, 22 Oct 2014 05:53:57 +0000 (11:23 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Oct 2014 04:38:32 +0000 (12:38 +0800)
commit17fbab1ee9a3e5d2a070450a0c76a3434278bc96
tree78b32d147090677630f55f5ddae521be6f95f513
parent817c66c4f50d7b0abb3e33117777d8890ac70040
staging: android: Assign bool to true

high is a bool type variable.

bool variable should be assigned true, false not 1 or 0.

This patch assigns high to true, replacing 1.

Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion_page_pool.c