summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0029-usbfs-Fix-oops-related-to-user-namespace-conversion.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0029-usbfs-Fix-oops-related-to-user-namespace-conversion.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0029-usbfs-Fix-oops-related-to-user-namespace-conversion.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0029-usbfs-Fix-oops-related-to-user-namespace-conversion.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0029-usbfs-Fix-oops-related-to-user-namespace-conversion.patch
index dfc6d0b8..053e6b24 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0029-usbfs-Fix-oops-related-to-user-namespace-conversion.patch
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.1/0029-usbfs-Fix-oops-related-to-user-namespace-conversion.patch
@@ -1,4 +1,4 @@
1From 6b544616a14b48a670d0c7ce10a5f8de1246cc96 Mon Sep 17 00:00:00 2001 1From dd26fed234814467b3d7b537485351705545370c Mon Sep 17 00:00:00 2001
2From: Sarah Sharp <sarah.a.sharp@linux.intel.com> 2From: Sarah Sharp <sarah.a.sharp@linux.intel.com>
3Date: Fri, 16 Dec 2011 11:26:30 -0800 3Date: Fri, 16 Dec 2011 11:26:30 -0800
4Subject: [PATCH 29/49] usbfs: Fix oops related to user namespace conversion. 4Subject: [PATCH 29/49] usbfs: Fix oops related to user namespace conversion.
@@ -104,7 +104,7 @@ Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
104Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 104Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
105--- 105---
106 drivers/usb/core/devio.c | 3 ++- 106 drivers/usb/core/devio.c | 3 ++-
107 1 files changed, 2 insertions(+), 1 deletions(-) 107 1 file changed, 2 insertions(+), 1 deletion(-)
108 108
109diff --git a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c 109diff --git a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c
110index e3beaf2..7abf060 100644 110index e3beaf2..7abf060 100644
@@ -121,5 +121,5 @@ index e3beaf2..7abf060 100644
121 kfree(as->urb->setup_packet); 121 kfree(as->urb->setup_packet);
122 usb_free_urb(as->urb); 122 usb_free_urb(as->urb);
123-- 123--
1241.7.7.4 1241.7.9.4
125 125