Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143141
b: refs/heads/master
c: a700e72
h: refs/heads/master
i:
  143139: 76e4e69
v: v3
  • Loading branch information
Mark Brown authored and Dmitry Torokhov committed Mar 8, 2009
1 parent d057a9d commit 8bcd010
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: 65db86ac07e2f7f91a552490c0be6a99aab8e4a8
refs/heads/master: a700e72dd009c79c62e78ebeefa27315db6e1e60
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/mainstone-wm97xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ static void wm97xx_irq_enable(struct wm97xx *wm, int enable)
if (enable)
enable_irq(wm->pen_irq);
else
disable_irq(wm->pen_irq);
disable_irq_nosync(wm->pen_irq);
}

static struct wm97xx_mach_ops mainstone_mach_ops = {
Expand Down

0 comments on commit 8bcd010

Please sign in to comment.