aboutsummaryrefslogtreecommitdiffstats
path: root/usb
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-02-17 16:56:59 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2006-02-17 16:56:59 -0800
commite20806568a096de6fccec9d50d85ebef49ac150e (patch)
tree139934224ca832bc990637eb94df14104ca46679 /usb
parente6fde0a10f74db16b66241a1d1876af6e88e2ed8 (diff)
downloadpatches-e20806568a096de6fccec9d50d85ebef49ac150e.tar.gz
usb initdata patch fix
Diffstat (limited to 'usb')
-rw-r--r--usb/usb-initdata-fixes.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/usb/usb-initdata-fixes.patch b/usb/usb-initdata-fixes.patch
new file mode 100644
index 00000000000000..e02037ee9504b5
--- /dev/null
+++ b/usb/usb-initdata-fixes.patch
@@ -0,0 +1,24 @@
+From: Greg Kroah-Hartman <gregkh@suse.de>
+Subject: USB: fix initdata issue in isp116x-hcd
+
+As found by Sam's scripts.
+
+Cc: Sam Ravnborg <sam@ravnborg.org>
+Cc: David Brownell <david-b@pacbell.net>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+
+---
+ drivers/usb/host/isp116x-hcd.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- gregkh-2.6.orig/drivers/usb/host/isp116x-hcd.c
++++ gregkh-2.6/drivers/usb/host/isp116x-hcd.c
+@@ -1552,7 +1552,7 @@ static struct hc_driver isp116x_hc_drive
+
+ /*----------------------------------------------------------------*/
+
+-static int __init_or_module isp116x_remove(struct platform_device *pdev)
++static int isp116x_remove(struct platform_device *pdev)
+ {
+ struct usb_hcd *hcd = platform_get_drvdata(pdev);
+ struct isp116x *isp116x;