diff options
-rw-r--r-- | drivers/i2c/busses/i2c-omap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c index 049331cebb7f..6d38a570dc12 100644 --- a/drivers/i2c/busses/i2c-omap.c +++ b/drivers/i2c/busses/i2c-omap.c | |||
@@ -883,9 +883,6 @@ omap_i2c_isr_thread(int this_irq, void *dev_id) | |||
883 | u16 stat; | 883 | u16 stat; |
884 | int err = 0, count = 0; | 884 | int err = 0, count = 0; |
885 | 885 | ||
886 | if (pm_runtime_suspended(dev->dev)) | ||
887 | return IRQ_NONE; | ||
888 | |||
889 | spin_lock_irqsave(&dev->lock, flags); | 886 | spin_lock_irqsave(&dev->lock, flags); |
890 | do { | 887 | do { |
891 | bits = omap_i2c_read_reg(dev, OMAP_I2C_IE_REG); | 888 | bits = omap_i2c_read_reg(dev, OMAP_I2C_IE_REG); |