Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376744
b: refs/heads/master
c: 9eecf22
h: refs/heads/master
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Jun 6, 2013
1 parent 98e36a7 commit 1851d42
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: f4488035abdac56682153aa0cff3d1dce84e1c54
refs/heads/master: 9eecf22d2b375b9064a20421c6c307b760b03d46
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/whiteheat.c
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ static void firm_setup_port(struct tty_struct *tty)
struct whiteheat_port_settings port_settings;
unsigned int cflag = tty->termios.c_cflag;

port_settings.port = port->number + 1;
port_settings.port = port->number - port->serial->minor + 1;

/* get the byte size */
switch (cflag & CSIZE) {
Expand Down

0 comments on commit 1851d42

Please sign in to comment.