Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186331
b: refs/heads/master
c: 2a83319
h: refs/heads/master
i:
  186329: 986673f
  186327: 2d5b745
v: v3
  • Loading branch information
Uwe Kleine-König authored and Linus Torvalds committed Mar 6, 2010
1 parent 384ff73 commit faeaac1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 57205026da070b59e9546df352fe465f1aeacf99
refs/heads/master: 2a83319182afe9ba7d958180b3bd3a32a9e3d1be
4 changes: 2 additions & 2 deletions trunk/drivers/input/touchscreen/mc13783_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static irqreturn_t mc13783_ts_handler(int irq, void *data)
{
struct mc13783_ts_priv *priv = data;

mc13783_ackirq(priv->mc13783, irq);
mc13783_irq_ack(priv->mc13783, irq);

/*
* Kick off reading coordinates. Note that if work happens already
Expand Down Expand Up @@ -135,7 +135,7 @@ static int mc13783_ts_open(struct input_dev *dev)

mc13783_lock(priv->mc13783);

mc13783_ackirq(priv->mc13783, MC13783_IRQ_TS);
mc13783_irq_ack(priv->mc13783, MC13783_IRQ_TS);

ret = mc13783_irq_request(priv->mc13783, MC13783_IRQ_TS,
mc13783_ts_handler, MC13783_TS_NAME, priv);
Expand Down

0 comments on commit faeaac1

Please sign in to comment.