Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1400010

[PATCH v9 7/8] i2c: cavium: Use booleon values for booleon variables

From Jan Glauber <jglauber@cavium.com>
Newsgroups linux.kernel
Subject [PATCH v9 7/8] i2c: cavium: Use booleon values for booleon variables
Date 2016-05-12 14:30 +0200
Message-ID <rxXUD-5KQ-35@gated-at.bofh.it> (permalink)
References <rxXUB-5KQ-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Initialize booleon values with true instead of 1.

Signed-off-by: Jan Glauber <jglauber@cavium.com>
---
 drivers/i2c/busses/i2c-cavium.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/i2c/busses/i2c-cavium.c b/drivers/i2c/busses/i2c-cavium.c
index e95ee5c..140f0d1 100644
--- a/drivers/i2c/busses/i2c-cavium.c
+++ b/drivers/i2c/busses/i2c-cavium.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;
 
 	/*
-- 
1.9.1

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH v9 7/8] i2c: cavium: Use booleon values for booleon variables Jan Glauber <jglauber@cavium.com> - 2016-05-12 14:30 +0200

csiph-web