Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143527
b: refs/heads/master
c: 4f29523
h: refs/heads/master
i:
  143525: af29798
  143523: 53e8bbb
  143519: dcb8c10
v: v3
  • Loading branch information
Mark Brown authored and Dmitry Torokhov committed Apr 12, 2009
1 parent b62f367 commit b2605af
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: fd746d540abf8c686f5f868ae62112692e684088
refs/heads/master: 4f295232bef43adf648876a0cd950faa99daa5f1
3 changes: 1 addition & 2 deletions trunk/drivers/input/touchscreen/wm97xx-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,7 @@ static int wm97xx_init_pen_irq(struct wm97xx *wm)
* provided. */
BUG_ON(!wm->mach_ops->irq_enable);

if (request_irq(wm->pen_irq, wm97xx_pen_interrupt,
IRQF_SHARED | IRQF_SAMPLE_RANDOM,
if (request_irq(wm->pen_irq, wm97xx_pen_interrupt, IRQF_SHARED,
"wm97xx-pen", wm)) {
dev_err(wm->dev,
"Failed to register pen down interrupt, polling");
Expand Down

0 comments on commit b2605af

Please sign in to comment.