Re: [BK PATCH] USB changes for 2.5.39

Greg KH (greg@kroah.com)
Mon, 30 Sep 2002 17:35:59 -0700


# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.660.1.7 -> 1.660.1.8
# drivers/usb/serial/usbserial.c 1.44 -> 1.45
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/09/30 greg@kroah.com 1.660.1.8
# USB: fix typo from previous schedule_task() patch.
# --------------------------------------------
#
diff -Nru a/drivers/usb/serial/usbserial.c b/drivers/usb/serial/usbserial.c
--- a/drivers/usb/serial/usbserial.c Mon Sep 30 17:24:53 2002
+++ b/drivers/usb/serial/usbserial.c Mon Sep 30 17:24:53 2002
@@ -1092,7 +1092,7 @@

usb_serial_port_softint((void *)port);

- schedule_tasks(&port->tqueue);
+ schedule_task(&port->tqueue);
}

static void generic_shutdown (struct usb_serial *serial)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/