summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.27/801-usb_serial_endpoint_size.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-10-05 06:26:28 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-10-05 06:26:28 +0000
commit12701b1d25861c613347a62f0725e900086cd9ee (patch)
treecd11b430929c09817b59c85b1274912386ebfafd /target/linux/generic-2.6/patches-2.6.27/801-usb_serial_endpoint_size.patch
parentfd03974e369bf3cf85eb5423bf4c1d6a02b4a387 (diff)
downloadmaster-31e0f0ae-12701b1d25861c613347a62f0725e900086cd9ee.tar.gz
master-31e0f0ae-12701b1d25861c613347a62f0725e900086cd9ee.tar.bz2
master-31e0f0ae-12701b1d25861c613347a62f0725e900086cd9ee.zip
refresh 2.6.27 patches based on -rc8
SVN-Revision: 12858
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.27/801-usb_serial_endpoint_size.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.27/801-usb_serial_endpoint_size.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.27/801-usb_serial_endpoint_size.patch b/target/linux/generic-2.6/patches-2.6.27/801-usb_serial_endpoint_size.patch
index 1640e07830..ec1d87aea8 100644
--- a/target/linux/generic-2.6/patches-2.6.27/801-usb_serial_endpoint_size.patch
+++ b/target/linux/generic-2.6/patches-2.6.27/801-usb_serial_endpoint_size.patch
@@ -8,7 +8,7 @@
static int debug;
/* initially all NULL */
static struct usb_serial *serial_table[SERIAL_TTY_MINORS];
-@@ -833,7 +834,7 @@
+@@ -835,7 +836,7 @@
dev_err(&interface->dev, "No free urbs available\n");
goto probe_error;
}
@@ -17,7 +17,7 @@
port->bulk_in_size = buffer_size;
port->bulk_in_endpointAddress = endpoint->bEndpointAddress;
port->bulk_in_buffer = kmalloc(buffer_size, GFP_KERNEL);
-@@ -1253,3 +1254,5 @@
+@@ -1255,3 +1256,5 @@
module_param(debug, bool, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(debug, "Debug enabled or not");