Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323451
b: refs/heads/master
c: eb9001c
h: refs/heads/master
i:
  323449: 01d6bfe
  323447: a9f22e0
v: v3
  • Loading branch information
Bruno Prémont authored and Jiri Kosina committed Sep 5, 2012
1 parent 72537c2 commit eda9cd0
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: f2df5b78394faaaaa6989396495b297756974469
refs/heads/master: eb9001cd8ffff9c9b1ed1ea85d36c862bea964c0
2 changes: 1 addition & 1 deletion trunk/drivers/hid/hid-picolcd_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ static int picolcd_init_keys(struct picolcd_data *data,
idev->id.vendor = hdev->vendor;
idev->id.product = hdev->product;
idev->id.version = hdev->version;
idev->dev.parent = hdev->dev.parent;
idev->dev.parent = &hdev->dev;
idev->keycode = &data->keycode;
idev->keycodemax = PICOLCD_KEYS;
idev->keycodesize = sizeof(data->keycode[0]);
Expand Down

0 comments on commit eda9cd0

Please sign in to comment.