diff options
Diffstat (limited to 'drivers/i2c/busses')
-rw-r--r-- | drivers/i2c/busses/i2c-ite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-ite.c b/drivers/i2c/busses/i2c-ite.c index d82e6dae8407..559a62b04ee9 100644 --- a/drivers/i2c/busses/i2c-ite.c +++ b/drivers/i2c/busses/i2c-ite.c | |||
@@ -109,7 +109,7 @@ static int iic_ite_getclock(void *data) | |||
109 | static void iic_ite_waitforpin(void) { | 109 | static void iic_ite_waitforpin(void) { |
110 | DEFINE_WAIT(wait); | 110 | DEFINE_WAIT(wait); |
111 | int timeout = 2; | 111 | int timeout = 2; |
112 | long flags; | 112 | unsigned long flags; |
113 | 113 | ||
114 | /* If interrupts are enabled (which they are), then put the process to | 114 | /* If interrupts are enabled (which they are), then put the process to |
115 | * sleep. This process will be awakened by two events -- either the | 115 | * sleep. This process will be awakened by two events -- either the |