Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294001
b: refs/heads/master
c: 69898e5
h: refs/heads/master
i:
  293999: 5485e24
v: v3
  • Loading branch information
Mark Brown authored and Dmitry Torokhov committed Jan 23, 2012
1 parent 8642762 commit 5fc95b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 409e15442fc7f7ae9d025f3ea3fdf3c60070314f
refs/heads/master: 69898e512a4c27017aec43796bef8fe1dd1ec661
6 changes: 3 additions & 3 deletions trunk/drivers/input/keyboard/samsung-keypad.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ static irqreturn_t samsung_keypad_irq(int irq, void *dev_id)

} while (key_down && !keypad->stopped);

pm_runtime_put_sync(&keypad->pdev->dev);
pm_runtime_put(&keypad->pdev->dev);

return IRQ_HANDLED;
}
Expand All @@ -202,7 +202,7 @@ static void samsung_keypad_start(struct samsung_keypad *keypad)
/* KEYIFCOL reg clear. */
writel(0, keypad->base + SAMSUNG_KEYIFCOL);

pm_runtime_put_sync(&keypad->pdev->dev);
pm_runtime_put(&keypad->pdev->dev);
}

static void samsung_keypad_stop(struct samsung_keypad *keypad)
Expand Down Expand Up @@ -232,7 +232,7 @@ static void samsung_keypad_stop(struct samsung_keypad *keypad)
*/
enable_irq(keypad->irq);

pm_runtime_put_sync(&keypad->pdev->dev);
pm_runtime_put(&keypad->pdev->dev);
}

static int samsung_keypad_open(struct input_dev *input_dev)
Expand Down

0 comments on commit 5fc95b6

Please sign in to comment.