Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144406
b: refs/heads/master
c: e4bd3e5
h: refs/heads/master
v: v3
  • Loading branch information
Ben Nizette authored and Dmitry Torokhov committed Apr 18, 2009
1 parent db59621 commit ae219c4
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: 0f751719e4e689efbe537233552e5f0529ecb8ce
refs/heads/master: e4bd3e591c8cc52ccf7a0b27f33aa7a5a19058d7
2 changes: 1 addition & 1 deletion trunk/drivers/input/serio/sa1111ps2.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static irqreturn_t ps2_txint(int irq, void *dev_id)
spin_lock(&ps2if->lock);
status = sa1111_readl(ps2if->base + SA1111_PS2STAT);
if (ps2if->head == ps2if->tail) {
disable_irq(irq);
disable_irq_nosync(irq);
/* done */
} else if (status & PS2STAT_TXE) {
sa1111_writel(ps2if->buf[ps2if->tail], ps2if->base + SA1111_PS2DATA);
Expand Down

0 comments on commit ae219c4

Please sign in to comment.