aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/quatech2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/serial/quatech2.c')
-rw-r--r--drivers/usb/serial/quatech2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/quatech2.c b/drivers/usb/serial/quatech2.c
index 7725ed261ed6..504f5bff79c0 100644
--- a/drivers/usb/serial/quatech2.c
+++ b/drivers/usb/serial/quatech2.c
@@ -372,7 +372,7 @@ static int qt2_open(struct tty_struct *tty, struct usb_serial_port *port)
372 device_port, data, 2, QT2_USB_TIMEOUT); 372 device_port, data, 2, QT2_USB_TIMEOUT);
373 373
374 if (status < 0) { 374 if (status < 0) {
375 dev_err(&port->dev, "%s - open port failed %i", __func__, 375 dev_err(&port->dev, "%s - open port failed %i\n", __func__,
376 status); 376 status);
377 kfree(data); 377 kfree(data);
378 return status; 378 return status;