Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93240
b: refs/heads/master
c: 1164ec1
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Dmitry Torokhov committed Apr 15, 2008
1 parent 5ad2e2f commit 75cd63e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9f9439e92a7fb057d31a19636b99e43306192756
refs/heads/master: 1164ec1ae43770db6ea5450c6cac0761b11d6d1d
3 changes: 2 additions & 1 deletion trunk/drivers/input/keyboard/gpio_keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ static irqreturn_t gpio_keys_isr(int irq, void *dev_id)

input_event(input, type, button->code, !!state);
input_sync(input);
return IRQ_HANDLED;
}
}

return IRQ_HANDLED;
return IRQ_NONE;
}

static int __devinit gpio_keys_probe(struct platform_device *pdev)
Expand Down

0 comments on commit 75cd63e

Please sign in to comment.