[Arm-dev] [PATCH 09/16] i2c: octeon: Use booleon values for booleon variables
Vadim Lomovtsev
Vadim.Lomovtsev at caviumnetworks.comTue Jan 17 08:26:50 UTC 2017
- Previous message: [Arm-dev] [PATCH 08/16] i2c: octeon: Sort include files alphabetically
- Next message: [Arm-dev] [PATCH 10/16] i2c: octeon: thunderx: Add MAINTAINERS entry
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Jan Glauber <jglauber at cavium.com> Initialize booleon values with true instead of 1. Signed-off-by: Jan Glauber <jglauber at cavium.com> Signed-off-by: Wolfram Sang <wsa at the-dreams.de> Signed-off-by: Vadim Lomovtsev <Vadim.Lomovtsev at caviumnetworks.com> --- drivers/i2c/busses/i2c-octeon-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/busses/i2c-octeon-core.c b/drivers/i2c/busses/i2c-octeon-core.c index a327a5f..f45ea5e 100644 --- a/drivers/i2c/busses/i2c-octeon-core.c +++ b/drivers/i2c/busses/i2c-octeon-core.c @@ -63,7 +63,7 @@ static bool octeon_i2c_test_ready(struct octeon_i2c *i2c, bool *first) static int octeon_i2c_wait(struct octeon_i2c *i2c) { long time_left; - bool first = 1; + bool first = true; /* * Some chip revisions don't assert the irq in the interrupt @@ -176,7 +176,7 @@ static void octeon_i2c_hlc_disable(struct octeon_i2c *i2c) */ static int octeon_i2c_hlc_wait(struct octeon_i2c *i2c) { - bool first = 1; + bool first = true; int time_left; /* -- 2.4.11
- Previous message: [Arm-dev] [PATCH 08/16] i2c: octeon: Sort include files alphabetically
- Next message: [Arm-dev] [PATCH 10/16] i2c: octeon: thunderx: Add MAINTAINERS entry
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Arm-dev mailing list