Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176707
b: refs/heads/master
c: 1f2c19f
h: refs/heads/master
i:
  176705: 5557832
  176703: 213bff6
v: v3
  • Loading branch information
Joe Perches authored and Linus Torvalds committed Dec 16, 2009
1 parent 9aa8366 commit 236428e
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: ac2b3e67dd59b8c6ef8c199641444c6ea03535a6
refs/heads/master: 1f2c19f8c959c1d0ccd3e33b1f480593b66d95dd
2 changes: 1 addition & 1 deletion trunk/drivers/parport/parport_pc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3403,7 +3403,7 @@ static int __init parport_parse_param(const char *s, int *val,
*val = automatic;
else if (!strncmp(s, "none", 4))
*val = none;
else if (nofifo && !strncmp(s, "nofifo", 4))
else if (nofifo && !strncmp(s, "nofifo", 6))
*val = nofifo;
else {
char *ep;
Expand Down

0 comments on commit 236428e

Please sign in to comment.