aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/i2c/busses/i2c-omap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c
index 7918e48c7fd3..96fd528e888a 100644
--- a/drivers/i2c/busses/i2c-omap.c
+++ b/drivers/i2c/busses/i2c-omap.c
@@ -962,7 +962,7 @@ complete:
962 } 962 }
963 } while (stat); 963 } while (stat);
964 964
965 return count ? IRQ_HANDLED : IRQ_NONE; 965 return IRQ_HANDLED;
966} 966}
967 967
968static const struct i2c_algorithm omap_i2c_algo = { 968static const struct i2c_algorithm omap_i2c_algo = {