Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201172
b: refs/heads/master
c: 7b5d331
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed Jul 21, 2010
1 parent 7a9b58e commit f3021eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 1afaab90e8c0317170a53967064a934a77a59c16
refs/heads/master: 7b5d3312fbfbb21d2fc7de94e0db66cfdf8b0055
3 changes: 1 addition & 2 deletions trunk/drivers/input/joystick/gamecon.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ struct gc_pad {
struct gc {
struct pardevice *pd;
struct gc_pad pads[GC_MAX_DEVICES];
struct input_dev *dev[GC_MAX_DEVICES];
struct timer_list timer;
int pad_count[GC_MAX];
int used;
Expand Down Expand Up @@ -387,7 +386,7 @@ static void gc_nes_process_packet(struct gc *gc)
for (i = 0; i < GC_MAX_DEVICES; i++) {

pad = &gc->pads[i];
dev = gc->dev[i];
dev = pad->dev;
s = gc_status_bit[i];

switch (pad->type) {
Expand Down

0 comments on commit f3021eb

Please sign in to comment.