Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264922
b: refs/heads/master
c: 55a4626
h: refs/heads/master
v: v3
  • Loading branch information
Michał Sroczyński authored and Greg Kroah-Hartman committed Aug 26, 2011
1 parent f5064bb commit f70311f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 065e60964e293227e4feb0c1f7e27e609316ed9a
refs/heads/master: 55a46269ccedec140e2487a2344e8a247d48b385
3 changes: 0 additions & 3 deletions trunk/drivers/usb/serial/pl2303.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,6 @@ static void pl2303_set_termios(struct tty_struct *tty,
tmp >>= 2;
buf[1] <<= 1;
}
if (tmp > 256) {
tmp %= 256;
}
buf[0] = tmp;
}
}
Expand Down

0 comments on commit f70311f

Please sign in to comment.