i2c: mxs: use true and false for boolean values
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Tue, 23 Jan 2018 17:38:27 +0000 (11:38 -0600)
committerWolfram Sang <wsa@the-dreams.de>
Fri, 26 Jan 2018 17:34:50 +0000 (18:34 +0100)
commit4be49b5d652e8b81ba8d019727ebd8cafd7ab4ac
treec82d28e939dd90bfd3aeb4b895811eca9221be07
parent7e4c9d9e508f63b6371e4fcffc882e712c8307ad
i2c: mxs: 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>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-mxs.c