Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161292
b: refs/heads/master
c: 903b912
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Dmitry Torokhov committed Aug 30, 2009
1 parent c08e75e commit 11b8782
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 9d8340687c524ce61e3c9c76758c4c81303acfc0
refs/heads/master: 903b9124eae00edf8a9d6491dab60fcda777aabd
4 changes: 3 additions & 1 deletion trunk/drivers/input/keyboard/w90p910_keypad.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static int __devinit w90p910_keypad_probe(struct platform_device *pdev)
{
const struct w90p910_keypad_platform_data *pdata =
pdev->dev.platform_data;
const struct matrix_keymap_data *keymap_data = pdata->keymap_data;
const struct matrix_keymap_data *keymap_data;
struct w90p910_keypad *keypad;
struct input_dev *input_dev;
struct resource *res;
Expand All @@ -132,6 +132,8 @@ static int __devinit w90p910_keypad_probe(struct platform_device *pdev)
return -EINVAL;
}

keymap_data = pdata->keymap_data;

irq = platform_get_irq(pdev, 0);
if (irq < 0) {
dev_err(&pdev->dev, "failed to get keypad irq\n");
Expand Down

0 comments on commit 11b8782

Please sign in to comment.