diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-sh7760.c')
-rw-r--r-- | drivers/i2c/busses/i2c-sh7760.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-sh7760.c b/drivers/i2c/busses/i2c-sh7760.c index 3cad8fecc3d3..c418c41eff3d 100644 --- a/drivers/i2c/busses/i2c-sh7760.c +++ b/drivers/i2c/busses/i2c-sh7760.c | |||
@@ -502,7 +502,7 @@ static int __devinit sh7760_i2c_probe(struct platform_device *pdev) | |||
502 | } | 502 | } |
503 | OUT32(id, I2CCCR, ret); | 503 | OUT32(id, I2CCCR, ret); |
504 | 504 | ||
505 | if (request_irq(id->irq, sh7760_i2c_irq, IRQF_DISABLED, | 505 | if (request_irq(id->irq, sh7760_i2c_irq, 0, |
506 | SH7760_I2C_DEVNAME, id)) { | 506 | SH7760_I2C_DEVNAME, id)) { |
507 | dev_err(&pdev->dev, "cannot get irq %d\n", id->irq); | 507 | dev_err(&pdev->dev, "cannot get irq %d\n", id->irq); |
508 | ret = -EBUSY; | 508 | ret = -EBUSY; |