aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-highlander.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/busses/i2c-highlander.c')
-rw-r--r--drivers/i2c/busses/i2c-highlander.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-highlander.c b/drivers/i2c/busses/i2c-highlander.c
index 63bb1cc2a042..fa88868cb556 100644
--- a/drivers/i2c/busses/i2c-highlander.c
+++ b/drivers/i2c/busses/i2c-highlander.c
@@ -52,7 +52,7 @@ struct highlander_i2c_dev {
52 size_t buf_len; 52 size_t buf_len;
53}; 53};
54 54
55static int iic_force_poll, iic_force_normal; 55static bool iic_force_poll, iic_force_normal;
56static int iic_timeout = 1000, iic_read_delay; 56static int iic_timeout = 1000, iic_read_delay;
57 57
58static inline void highlander_i2c_irq_enable(struct highlander_i2c_dev *dev) 58static inline void highlander_i2c_irq_enable(struct highlander_i2c_dev *dev)