Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185226
b: refs/heads/master
c: cabe6cc
h: refs/heads/master
v: v3
  • Loading branch information
Mark Adamson authored and Greg Kroah-Hartman committed Mar 2, 2010
1 parent a0df42b commit 2d7c013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 8c4f99cd54469d643e27a743045da848f7b63fe5
refs/heads/master: cabe6cc2be287d0020d70944e8d0d0304e484a6c
4 changes: 1 addition & 3 deletions trunk/drivers/usb/serial/ftdi_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -2246,12 +2246,10 @@ static void ftdi_set_termios(struct tty_struct *tty,
}
if (cflag & CSIZE) {
switch (cflag & CSIZE) {
case CS5: urb_value |= 5; dbg("Setting CS5"); break;
case CS6: urb_value |= 6; dbg("Setting CS6"); break;
case CS7: urb_value |= 7; dbg("Setting CS7"); break;
case CS8: urb_value |= 8; dbg("Setting CS8"); break;
default:
dev_err(&port->dev, "CSIZE was set but not CS5-CS8\n");
dev_err(&port->dev, "CSIZE was set but not CS7-CS8\n");
}
}

Expand Down

0 comments on commit 2d7c013

Please sign in to comment.