Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55865
b: refs/heads/master
c: 643bd27
h: refs/heads/master
i:
  55863: 535b834
v: v3
  • Loading branch information
Frederik Deweerdt authored and Linus Torvalds committed May 10, 2007
1 parent ca992e1 commit 28a4aaf
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: 62933d36ac98360da45f43df989277df002b034b
refs/heads/master: 643bd27298bdcc4e75b3e6a7ca459675eb5378c3
2 changes: 1 addition & 1 deletion trunk/drivers/input/misc/ixp4xx-beeper.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static void ixp4xx_spkr_control(unsigned int pin, unsigned int count)

static int ixp4xx_spkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value)
{
unsigned int pin = (unsigned int) input_get_drvdata(input_dev);
unsigned int pin = (unsigned int) input_get_drvdata(dev);
unsigned int count = 0;

if (type != EV_SND)
Expand Down

0 comments on commit 28a4aaf

Please sign in to comment.