Commit ef3249f3 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB: fix typo from previous schedule_task() patch.

parent 846f917c
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment