diff options
Diffstat (limited to 'drivers/usb/serial/visor.c')
-rw-r--r-- | drivers/usb/serial/visor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/visor.c b/drivers/usb/serial/visor.c index c2347995c786..22b3f78a388c 100644 --- a/drivers/usb/serial/visor.c +++ b/drivers/usb/serial/visor.c | |||
@@ -362,7 +362,7 @@ static void visor_close (struct usb_serial_port *port, struct file * filp) | |||
362 | kfree (transfer_buffer); | 362 | kfree (transfer_buffer); |
363 | } | 363 | } |
364 | } | 364 | } |
365 | mutex_lock(&port->serial->disc_mutex); | 365 | mutex_unlock(&port->serial->disc_mutex); |
366 | 366 | ||
367 | if (stats) | 367 | if (stats) |
368 | dev_info(&port->dev, "Bytes In = %d Bytes Out = %d\n", | 368 | dev_info(&port->dev, "Bytes In = %d Bytes Out = %d\n", |