diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-highlander.c')
-rw-r--r-- | drivers/i2c/busses/i2c-highlander.c | 2 |
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 | ||
55 | static int iic_force_poll, iic_force_normal; | 55 | static bool iic_force_poll, iic_force_normal; |
56 | static int iic_timeout = 1000, iic_read_delay; | 56 | static int iic_timeout = 1000, iic_read_delay; |
57 | 57 | ||
58 | static inline void highlander_i2c_irq_enable(struct highlander_i2c_dev *dev) | 58 | static inline void highlander_i2c_irq_enable(struct highlander_i2c_dev *dev) |