Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19293
b: refs/heads/master
c: 847fd5f
h: refs/heads/master
i:
  19291: eb914c5
v: v3
  • Loading branch information
Zinx Verituse authored and Dmitry Torokhov committed Jan 30, 2006
1 parent eec846a commit 7a4ee18
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: 2e9d675ed24bcefd0d99b531a9d7faf794b762c8
refs/heads/master: 847fd5fbf70e82baf042556968f885066489b164
2 changes: 1 addition & 1 deletion trunk/drivers/input/joystick/sidewinder.c
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ static int sw_connect(struct gameport *gameport, struct gameport_driver *drv)
sprintf(sw->name, "Microsoft SideWinder %s", sw_name[sw->type]);
sprintf(sw->phys[i], "%s/input%d", gameport->phys, i);

input_dev = input_allocate_device();
sw->dev[i] = input_dev = input_allocate_device();
if (!input_dev) {
err = -ENOMEM;
goto fail3;
Expand Down

0 comments on commit 7a4ee18

Please sign in to comment.