aboutsummaryrefslogtreecommitdiffstats
path: root/usb
diff options
authorGreg Kroah-Hartman <gregkh@suse.de>2008-07-02 13:35:54 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2008-07-02 13:35:54 -0700
commit8ef16c14e78b1d3c559e3e6df386d31fd6056f2c (patch)
treee11c128b564eceefab1b0aa531d0e17dc147bcd3 /usb
parent81ed1f28f6a897f7ba51491fde9a485f817b46eb (diff)
downloadpatches-8ef16c14e78b1d3c559e3e6df386d31fd6056f2c.tar.gz
pci_name const fallout patches
Diffstat (limited to 'usb')
-rw-r--r--usb/usb-handle-pci_name-being-const.patch (renamed from usb/usb-make-bus_id-const-in-struct-usb_bus.patch)14
1 files changed, 7 insertions, 7 deletions
diff --git a/usb/usb-make-bus_id-const-in-struct-usb_bus.patch b/usb/usb-handle-pci_name-being-const.patch
index 0b82361ef6c536..eba8832696e2df 100644
--- a/usb/usb-make-bus_id-const-in-struct-usb_bus.patch
+++ b/usb/usb-handle-pci_name-being-const.patch
@@ -1,12 +1,12 @@
-From kay.sievers@vrfy.org Fri May 2 09:28:43 2008
-From: Kay Sievers <kay.sievers@vrfy.org>
-Date: Fri, 02 May 2008 06:02:41 +0200
-Subject: USB: make bus_id const in struct usb_bus
-Message-ID: <1209700961.3100.6.camel@linux.site>
+From foo@baz Tue Apr 9 12:12:43 2002
+Date: Wed, 2 Jul 2008 12:46:22 -0700 (PDT)
+To: Greg KH <greg@kroah.com>
+From: Greg Kroah-Hartman <gregkh@suse.de>
+Subject: USB: handle pci_name() being const
-This field is const, so mark it as such.
+This changes usb_create_hcd() to be able to handle the fact that
+pci_name() has changed to a constant string.
-Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---