Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64295
b: refs/heads/master
c: e48eb08
h: refs/heads/master
i:
  64293: b1ea909
  64291: f52584a
  64287: d7198e9
v: v3
  • Loading branch information
Andy Green authored and Greg Kroah-Hartman committed Aug 22, 2007
1 parent ada1da0 commit 1a7e8a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c1f8ea7d350d46c68f9d5293c4101816170301bc
refs/heads/master: e48eb085aca2971a1249efbb68f33e9ebca1395e
4 changes: 4 additions & 0 deletions trunk/drivers/usb/serial/belkin_sa.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@ static void belkin_sa_set_termios (struct usb_serial_port *port, struct ktermios
}

baud = tty_get_baud_rate(port->tty);
if (baud == 0) {
dbg("%s - tty_get_baud_rate says 0 baud", __FUNCTION__);
return;
}
urb_value = BELKIN_SA_BAUD(baud);
/* Clip to maximum speed */
if (urb_value == 0)
Expand Down

0 comments on commit 1a7e8a3

Please sign in to comment.