usb_serial: Kill port mutex
[safe/jmp/linux-2.6] / drivers / usb / serial / usb-serial.c
index 829a466..4543f35 100644 (file)
@@ -897,7 +897,6 @@ int usb_serial_probe(struct usb_interface *interface,
                spin_lock_init(&port->lock);
                /* Keep this for private driver use for the moment but
                   should probably go away */
-               mutex_init(&port->mutex);
                INIT_WORK(&port->work, usb_serial_port_work);
                serial->port[i] = port;
                port->dev.parent = &interface->dev;