Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368085
b: refs/heads/master
c: 80e3e53
h: refs/heads/master
i:
  368083: bcc18d4
v: v3
  • Loading branch information
Sachin Kamat authored and Dmitry Torokhov committed Mar 31, 2013
1 parent 66d876e commit 45b45c3
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: 8efcc503231dd50800f874725961dfdae5f08f52
refs/heads/master: 80e3e5328a9978fae3654ead657e9df653508713
3 changes: 1 addition & 2 deletions trunk/drivers/input/touchscreen/eeti_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ static int eeti_ts_probe(struct i2c_client *client,
if (err < 0)
goto err1;

if (pdata)
priv->irq_active_high = pdata->irq_active_high;
priv->irq_active_high = pdata->irq_active_high;

irq_flags = priv->irq_active_high ?
IRQF_TRIGGER_RISING : IRQF_TRIGGER_FALLING;
Expand Down

0 comments on commit 45b45c3

Please sign in to comment.