aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/820-usb_add_usb_find_device_by_name.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2016-02-25 21:54:39 +0000
committerHauke Mehrtens <hauke@openwrt.org>2016-02-25 21:54:39 +0000
commit93b2c06e2f884e075a442f8cb92c6a4082a0f9a2 (patch)
treedb0f84829c686fff7d7ad360755b4e79c226abc4 /target/linux/generic/patches-4.4/820-usb_add_usb_find_device_by_name.patch
parent2f0e835f370e3ac5c36ca7621f10b99694b2918d (diff)
downloadmaster-187ad058-93b2c06e2f884e075a442f8cb92c6a4082a0f9a2.tar.gz
master-187ad058-93b2c06e2f884e075a442f8cb92c6a4082a0f9a2.tar.bz2
master-187ad058-93b2c06e2f884e075a442f8cb92c6a4082a0f9a2.zip
kernel: update kernel 4.4 to version 4.4.3
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48783 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-4.4/820-usb_add_usb_find_device_by_name.patch')
-rw-r--r--target/linux/generic/patches-4.4/820-usb_add_usb_find_device_by_name.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.4/820-usb_add_usb_find_device_by_name.patch b/target/linux/generic/patches-4.4/820-usb_add_usb_find_device_by_name.patch
index f6ef9ce1a7..1740d74179 100644
--- a/target/linux/generic/patches-4.4/820-usb_add_usb_find_device_by_name.patch
+++ b/target/linux/generic/patches-4.4/820-usb_add_usb_find_device_by_name.patch
@@ -74,7 +74,7 @@
* @dev: device the buffer will be used with
--- a/include/linux/usb.h
+++ b/include/linux/usb.h
-@@ -725,6 +725,7 @@ static inline bool usb_device_no_sg_cons
+@@ -729,6 +729,7 @@ static inline bool usb_device_no_sg_cons
return udev && udev->bus && udev->bus->no_sg_constraint;
}