Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31002
b: refs/heads/master
c: 0a3a6d6
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and Dmitry Torokhov committed Jun 28, 2006
1 parent 60f4b33 commit 9a4601a
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: f8b4c46c0c3667a56148a59bca54d945d246a3f3
refs/heads/master: 0a3a6d69b7e9f1d7fa5add7db528e7b81cbd422e
2 changes: 1 addition & 1 deletion trunk/drivers/input/joystick/db9.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ static struct db9 __init *db9_probe(int parport, int mode)
goto err_out;
}

if (db9_mode[mode].bidirectional && !(pp->modes & PARPORT_MODE_TRISTATE)) {
if (db9_mode->bidirectional && !(pp->modes & PARPORT_MODE_TRISTATE)) {
printk(KERN_ERR "db9.c: specified parport is not bidirectional\n");
err = -EINVAL;
goto err_put_pp;
Expand Down

0 comments on commit 9a4601a

Please sign in to comment.