Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18345
b: refs/heads/master
c: b65d0d1
h: refs/heads/master
i:
  18343: afc1f61
v: v3
  • Loading branch information
Dmitry Torokhov committed Jan 14, 2006
1 parent 0c03a0e commit 7fb34d1
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: 940824b0ac6661ff4f3b36e7bce17f681d0cbc23
refs/heads/master: b65d0d1bacfdbb4a134a7ebd16f280d5d42241cb
2 changes: 1 addition & 1 deletion trunk/drivers/usb/input/pid.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ static int hid_pid_upload_effect(struct input_dev *dev,
int hid_pid_init(struct hid_device *hid)
{
struct hid_ff_pid *private;
struct hid_input *hidinput = list_entry(&hid->inputs, struct hid_input, list);
struct hid_input *hidinput = list_entry(hid->inputs.next, struct hid_input, list);
struct input_dev *input_dev = hidinput->input;

private = hid->ff_private = kzalloc(sizeof(struct hid_ff_pid), GFP_KERNEL);
Expand Down

0 comments on commit 7fb34d1

Please sign in to comment.