[PATCH] USB serial: encapsulate schedule_work, remove double-calling
[platform/kernel/linux-arm64.git] / drivers / usb / serial / ipaq.c
index 9a5c979..9da6d2a 100644 (file)
@@ -870,7 +870,7 @@ static void ipaq_write_bulk_callback(struct urb *urb, struct pt_regs *regs)
                spin_unlock_irqrestore(&write_list_lock, flags);
        }
 
-       schedule_work(&port->work);
+       usb_serial_port_softint(port);
 }
 
 static int ipaq_write_room(struct usb_serial_port *port)