Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126840
b: refs/heads/master
c: 3cf3504
h: refs/heads/master
v: v3
  • Loading branch information
Peter Ujfalusi authored and Dmitry Torokhov committed Oct 29, 2008
1 parent cb035e4 commit fd3f308
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 09779678d12482024e06380cacc4c3ff2f129f23
refs/heads/master: 3cf35049d8b2ccab62bbb8991ad1322ff2276840
4 changes: 0 additions & 4 deletions trunk/drivers/input/keyboard/omap-keypad.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ static void omap_kp_scan_keypad(struct omap_kp *omap_kp, unsigned char *state)

/* read the keypad status */
if (cpu_is_omap24xx()) {
int i;
for (i = 0; i < omap_kp->rows; i++)
disable_irq(OMAP_GPIO_IRQ(row_gpios[i]));

/* read the keypad status */
for (col = 0; col < omap_kp->cols; col++) {
set_col_gpio_val(omap_kp, ~(1 << col));
Expand Down

0 comments on commit fd3f308

Please sign in to comment.