Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107488
b: refs/heads/master
c: 3ab36ab
h: refs/heads/master
v: v3
  • Loading branch information
Eugeniy Meshcheryakov authored and Linus Torvalds committed Aug 1, 2008
1 parent f6b9819 commit df6c250
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: 84ff7a001270258f71d6ab0d164f351e32c9718a
refs/heads/master: 3ab36ab68531ad90648fdeedcaf437f121572ede
2 changes: 1 addition & 1 deletion trunk/drivers/char/tty_ldisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ static int tty_ldisc_get(int disc, struct tty_ldisc *ld)
if (disc < N_TTY || disc >= NR_LDISCS)
return -EINVAL;
err = tty_ldisc_try_get(disc, ld);
if (err == -EAGAIN) {
if (err < 0) {
request_module("tty-ldisc-%d", disc);
err = tty_ldisc_try_get(disc, ld);
}
Expand Down

0 comments on commit df6c250

Please sign in to comment.