Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157038
b: refs/heads/master
c: 9b2fb2d
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Revak authored and Dmitry Torokhov committed Aug 21, 2009
1 parent 999d017 commit 4f8f725
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 1700f5fde88f9a251037bc86bde538ee32c59905
refs/heads/master: 9b2fb2da4edfb163842800abbeb4c14bc1759469
8 changes: 4 additions & 4 deletions trunk/drivers/input/touchscreen/ucb1400_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,11 @@ static void ucb1400_handle_pending_irq(struct ucb1400_ts *ucb)
ucb1400_reg_write(ucb->ac97, UCB_IE_CLEAR, isr);
ucb1400_reg_write(ucb->ac97, UCB_IE_CLEAR, 0);

if (isr & UCB_IE_TSPX) {
if (isr & UCB_IE_TSPX)
ucb1400_ts_irq_disable(ucb->ac97);
enable_irq(ucb->irq);
} else
printk(KERN_ERR "ucb1400: unexpected IE_STATUS = %#x\n", isr);
else
dev_dbg(&ucb->ts_idev->dev, "ucb1400: unexpected IE_STATUS = %#x\n", isr);
enable_irq(ucb->irq);
}

static int ucb1400_ts_thread(void *_ucb)
Expand Down

0 comments on commit 4f8f725

Please sign in to comment.