]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/serial/whiteheat.c
[PATCH] USB serial: encapsulate schedule_work, remove double-calling
[linux-2.6-omap-h63xx.git] / drivers / usb / serial / whiteheat.c
index f806553cd9a4c8929a65b0d3826de27441da5977..582860ac87646a218205614d851cc1b684133b37 100644 (file)
@@ -1089,9 +1089,7 @@ static void whiteheat_write_callback(struct urb *urb, struct pt_regs *regs)
                return;
        }
 
-       usb_serial_port_softint((void *)port);
-
-       schedule_work(&port->work);
+       usb_serial_port_softint(port);
 }