Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320727
b: refs/heads/master
c: d38a014
h: refs/heads/master
i:
  320725: 9803b3e
  320723: 3696a57
  320719: ef2a993
v: v3
  • Loading branch information
Theodore Ts'o committed Jul 19, 2012
1 parent c0d1709 commit fe2b11a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: a5d600f874e7d73c5ccfa37072f883701ade668d
refs/heads/master: d38a0149e8a11ca333c1a6c489a2ccac2b73f2cb
3 changes: 1 addition & 2 deletions trunk/drivers/i2c/busses/i2c-pmcmsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,7 @@ static int __devinit pmcmsptwi_probe(struct platform_device *pldev)
pmcmsptwi_data.irq = platform_get_irq(pldev, 0);
if (pmcmsptwi_data.irq) {
rc = request_irq(pmcmsptwi_data.irq, &pmcmsptwi_interrupt,
IRQF_SHARED | IRQF_SAMPLE_RANDOM,
pldev->name, &pmcmsptwi_data);
IRQF_SHARED, pldev->name, &pmcmsptwi_data);
if (rc == 0) {
/*
* Enable 'DONE' interrupt only.
Expand Down

0 comments on commit fe2b11a

Please sign in to comment.