Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344939
b: refs/heads/master
c: c6e86db
h: refs/heads/master
i:
  344937: b56f356
  344935: 387a63d
v: v3
  • Loading branch information
Patil, Rachna authored and Samuel Ortiz committed Nov 5, 2012
1 parent 26c5ea5 commit 97eee37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 30af55f930c2f69d8f3dcd658fb3ee352ebc54c1
refs/heads/master: c6e86db2bec56e05c7ad1524ed2273a4cc8e8868
3 changes: 0 additions & 3 deletions trunk/drivers/input/touchscreen/ti_tscadc.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <linux/input/ti_tscadc.h>
#include <linux/delay.h>

#define REG_IRQEOI 0x020
#define REG_RAWIRQSTATUS 0x024
#define REG_IRQSTATUS 0x028
#define REG_IRQENABLE 0x02C
Expand Down Expand Up @@ -330,8 +329,6 @@ static irqreturn_t tscadc_irq(int irq, void *dev)
}

tscadc_writel(ts_dev, REG_IRQSTATUS, irqclr);
/* check pending interrupts */
tscadc_writel(ts_dev, REG_IRQEOI, 0x0);

tscadc_writel(ts_dev, REG_SE, STPENB_STEPENB);
return IRQ_HANDLED;
Expand Down

0 comments on commit 97eee37

Please sign in to comment.