Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142287
b: refs/heads/master
c: 1f85449
h: refs/heads/master
i:
  142285: 17a0835
  142283: e7e36be
  142279: 918bdd8
  142271: bcb27bb
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Apr 6, 2009
1 parent 6194d8b commit 9c527b9
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: 22654b41a724ccf937248ab0877e113c12a2cf8a
refs/heads/master: 1f85449ffd146cf2b91a47dff694281bcfd2558b
2 changes: 1 addition & 1 deletion trunk/drivers/char/rio/rio_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ void rio_copy_to_card(void *from, void __iomem *to, int len)

int rio_minor(struct tty_struct *tty)
{
return tty->index + (tty->driver == rio_driver) ? 0 : 256;
return tty->index + ((tty->driver == rio_driver) ? 0 : 256);
}

static int rio_set_real_termios(void *ptr)
Expand Down

0 comments on commit 9c527b9

Please sign in to comment.