]> git.hungrycats.org Git - linux/commitdiff
USB: fix typo from previous schedule_task() patch.
authorGreg Kroah-Hartman <greg@kroah.com>
Mon, 30 Sep 2002 09:40:06 +0000 (02:40 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Mon, 30 Sep 2002 09:40:06 +0000 (02:40 -0700)
drivers/usb/serial/usbserial.c

index c49c285f3863b240d9dd0ab0112a4377f72732a4..84bfbf783ba92e64e2d7dec4390f9b997ba2d3e3 100644 (file)
@@ -1092,7 +1092,7 @@ static void generic_write_bulk_callback (struct urb *urb)
 
        usb_serial_port_softint((void *)port);
 
-       schedule_tasks(&port->tqueue);
+       schedule_task(&port->tqueue);
 }
 
 static void generic_shutdown (struct usb_serial *serial)