Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113429
b: refs/heads/master
c: 43b11d3
h: refs/heads/master
i:
  113427: b8aa887
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Oct 13, 2008
1 parent 5e69a4e commit 6644912
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 4ad6de0b3f5d050b70e4c94a0cc8b26503f8cf28
refs/heads/master: 43b11d33f2c20c33fcf197780edb2e5d8a1b6a67
6 changes: 3 additions & 3 deletions trunk/drivers/usb/serial/ftdi_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ static int update_mctrl(struct usb_serial_port *port, unsigned int set,

kfree(buf);
if (rv < 0) {
err("%s Error from MODEM_CTRL urb: DTR %s, RTS %s",
dbg("%s Error from MODEM_CTRL urb: DTR %s, RTS %s",
__func__,
(set & TIOCM_DTR) ? "HIGH" :
(clear & TIOCM_DTR) ? "LOW" : "unchanged",
Expand Down Expand Up @@ -2256,7 +2256,7 @@ static int ftdi_tiocmget(struct tty_struct *tty, struct file *file)
0, 0,
buf, 1, WDR_TIMEOUT);
if (ret < 0) {
err("%s Could not get modem status of device - err: %d", __func__,
dbg("%s Could not get modem status of device - err: %d", __func__,
ret);
return ret;
}
Expand All @@ -2275,7 +2275,7 @@ static int ftdi_tiocmget(struct tty_struct *tty, struct file *file)
0, priv->interface,
buf, 2, WDR_TIMEOUT);
if (ret < 0) {
err("%s Could not get modem status of device - err: %d", __func__,
dbg("%s Could not get modem status of device - err: %d", __func__,
ret);
return ret;
}
Expand Down

0 comments on commit 6644912

Please sign in to comment.