Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319144
b: refs/heads/master
c: b4fde5e
h: refs/heads/master
v: v3
  • Loading branch information
Neil Brown authored and Wolfram Sang committed Jul 8, 2012
1 parent d33fad7 commit 6b8e14d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c8db38f0e15c1fd5fec765081eb41180c3acaf60
refs/heads/master: b4fde5e7ed1c275986f45fe411ef7a2df58f9652
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ omap_i2c_probe(struct platform_device *pdev)

isr = (dev->rev < OMAP_I2C_OMAP1_REV_2) ? omap_i2c_omap1_isr :
omap_i2c_isr;
r = request_irq(dev->irq, isr, 0, pdev->name, dev);
r = request_irq(dev->irq, isr, IRQF_NO_SUSPEND, pdev->name, dev);

if (r) {
dev_err(dev->dev, "failure requesting irq %i\n", dev->irq);
Expand Down

0 comments on commit 6b8e14d

Please sign in to comment.