refresh patches for 2.6.30-rc4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15548 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
8b153727e2
commit
006f13b18f
|
@ -687,7 +687,7 @@
|
|||
#include <linux/proc_fs.h>
|
||||
#include <linux/seq_file.h>
|
||||
#include <linux/stat.h>
|
||||
@@ -1673,7 +1676,11 @@ int dev_hard_start_xmit(struct sk_buff *
|
||||
@@ -1678,7 +1681,11 @@ int dev_hard_start_xmit(struct sk_buff *
|
||||
int rc;
|
||||
|
||||
if (likely(!skb->next)) {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
static int debug;
|
||||
/* initially all NULL */
|
||||
static struct usb_serial *serial_table[SERIAL_TTY_MINORS];
|
||||
@@ -841,7 +842,7 @@ int usb_serial_probe(struct usb_interfac
|
||||
@@ -857,7 +858,7 @@ int usb_serial_probe(struct usb_interfac
|
||||
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);
|
||||
@@ -1279,3 +1280,5 @@ MODULE_LICENSE("GPL");
|
||||
@@ -1311,3 +1312,5 @@ MODULE_LICENSE("GPL");
|
||||
|
||||
module_param(debug, bool, S_IRUGO | S_IWUSR);
|
||||
MODULE_PARM_DESC(debug, "Debug enabled or not");
|
||||
|
|
|
@ -824,7 +824,7 @@
|
|||
+be done automatically.
|
||||
--- a/MAINTAINERS
|
||||
+++ b/MAINTAINERS
|
||||
@@ -2490,6 +2490,11 @@ T: git git://git.kernel.org/pub/scm/linu
|
||||
@@ -2487,6 +2487,11 @@ T: git git://git.kernel.org/pub/scm/linu
|
||||
S: Maintained
|
||||
F: drivers/media/video/gspca/
|
||||
|
||||
|
|
Loading…
Reference in New Issue