The patch titled
usb-serial: secret patch
has been removed from the -mm tree. Its filename was
usb-serial-secret-patch.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: usb-serial: secret patch
From: Oliver Neukum <[EMAIL PROTECTED]>
> http://bugzilla.kernel.org/show_bug.cgi?id=8094
>
> Summary: ipaq oops on connecting "Vodafone VPA-II"
> Kernel Version: 2.6.21-rc1-git1
> Status: NEW
> Severity: normal
> Owner: [EMAIL PROTECTED]
> Submitter: [EMAIL PROTECTED]
Most likely a known bug I caused. This should help.
akpm:
- it is unknown what this patch does
- it _seems_ that it prevents the oops, but that's not clear
- The post-2.6.18 regression appears to still be unfixed.
Cc: Greg KH <[EMAIL PROTECTED]>
Cc: Alexander Weber <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/usb/serial/usb-serial.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/usb/serial/usb-serial.c~usb-serial-secret-patch
drivers/usb/serial/usb-serial.c
--- a/drivers/usb/serial/usb-serial.c~usb-serial-secret-patch
+++ a/drivers/usb/serial/usb-serial.c
@@ -827,7 +827,6 @@ int usb_serial_probe(struct usb_interfac
num_ports = type->num_ports;
}
- serial->minor = minor;
serial->num_ports = num_ports;
serial->num_bulk_in = num_bulk_in;
serial->num_bulk_out = num_bulk_out;
@@ -981,6 +980,7 @@ int usb_serial_probe(struct usb_interfac
dev_err(&interface->dev, "No more free serial devices\n");
goto probe_error;
}
+ serial->minor = minor;
/* register all of the individual ports with the driver core */
for (i = 0; i < num_ports; ++i) {
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html