diff options
Diffstat (limited to 'drivers/usb/serial/cypress_m8.c')
-rw-r--r-- | drivers/usb/serial/cypress_m8.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/serial/cypress_m8.c b/drivers/usb/serial/cypress_m8.c index 082120198f87..e948dc02795d 100644 --- a/drivers/usb/serial/cypress_m8.c +++ b/drivers/usb/serial/cypress_m8.c | |||
@@ -435,7 +435,7 @@ static void cypress_set_dead(struct usb_serial_port *port) | |||
435 | spin_unlock_irqrestore(&priv->lock, flags); | 435 | spin_unlock_irqrestore(&priv->lock, flags); |
436 | 436 | ||
437 | dev_err(&port->dev, "cypress_m8 suspending failing port %d - " | 437 | dev_err(&port->dev, "cypress_m8 suspending failing port %d - " |
438 | "interval might be too short\n", port->number); | 438 | "interval might be too short\n", port->port_number); |
439 | } | 439 | } |
440 | 440 | ||
441 | 441 | ||
@@ -667,7 +667,7 @@ static int cypress_write(struct tty_struct *tty, struct usb_serial_port *port, | |||
667 | { | 667 | { |
668 | struct cypress_private *priv = usb_get_serial_port_data(port); | 668 | struct cypress_private *priv = usb_get_serial_port_data(port); |
669 | 669 | ||
670 | dev_dbg(&port->dev, "%s - port %d, %d bytes\n", __func__, port->number, count); | 670 | dev_dbg(&port->dev, "%s - %d bytes\n", __func__, count); |
671 | 671 | ||
672 | /* line control commands, which need to be executed immediately, | 672 | /* line control commands, which need to be executed immediately, |
673 | are not put into the buffer for obvious reasons. | 673 | are not put into the buffer for obvious reasons. |