Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206160
b: refs/heads/master
c: 2dd9320
h: refs/heads/master
v: v3
  • Loading branch information
Ian Campbell authored and Thomas Gleixner committed Jul 29, 2010
1 parent 7084c96 commit 3338004
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 685fd0b4ea3f0f1d5385610b0d5b57775a8d5842
refs/heads/master: 2dd9320305416c171087d5347a6c908ae22c6be1
3 changes: 2 additions & 1 deletion trunk/drivers/input/misc/ixp4xx-beeper.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ static int __devinit ixp4xx_spkr_probe(struct platform_device *dev)
input_dev->event = ixp4xx_spkr_event;

err = request_irq(IRQ_IXP4XX_TIMER2, &ixp4xx_spkr_interrupt,
IRQF_DISABLED | IRQF_TIMER, "ixp4xx-beeper", (void *) dev->id);
IRQF_DISABLED | IRQF_NO_SUSPEND, "ixp4xx-beeper",
(void *) dev->id);
if (err)
goto err_free_device;

Expand Down

0 comments on commit 3338004

Please sign in to comment.