diff options
| author | Greg Kroah-Hartman <gregkh@suse.de> | 2008-10-17 16:54:03 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-10-17 16:54:03 -0700 |
| commit | a7460dd719e9a66d756cede904da8c6b2ba1bc30 (patch) | |
| tree | f7fae2c4f187e137b7bd8548bfd47719ad372a51 /usb.current | |
| parent | 8cbb804fc20a5d2065a95aeabe9ebae7fa6a6255 (diff) | |
| download | patches-a7460dd719e9a66d756cede904da8c6b2ba1bc30.tar.gz | |
add missing patches
Diffstat (limited to 'usb.current')
| -rw-r--r-- | usb.current/usb-fix-build-warning-in-ehci-hcd-when-config_usb_debug-is-not-enabled.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/usb.current/usb-fix-build-warning-in-ehci-hcd-when-config_usb_debug-is-not-enabled.patch b/usb.current/usb-fix-build-warning-in-ehci-hcd-when-config_usb_debug-is-not-enabled.patch new file mode 100644 index 00000000000000..c46002d63fbb12 --- /dev/null +++ b/usb.current/usb-fix-build-warning-in-ehci-hcd-when-config_usb_debug-is-not-enabled.patch @@ -0,0 +1,26 @@ +From foo@baz Tue Apr 9 12:12:43 2002 +Date: Fri, 17 Oct 2008 16:40:17 -0700 +To: Greg KH <greg@kroah.com> +From: Greg Kroah-Hartman <gregkh@suse.de> +Subject: USB: fix build warning in ehci-hcd when CONFIG_USB_DEBUG is not enabled. + +As pointed out by Linus. + +Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> + +--- + drivers/usb/host/ehci-hcd.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/drivers/usb/host/ehci-hcd.c ++++ b/drivers/usb/host/ehci-hcd.c +@@ -1111,8 +1111,8 @@ clean0: + #ifdef DEBUG + debugfs_remove(ehci_debug_root); + ehci_debug_root = NULL; +-#endif + err_debug: ++#endif + clear_bit(USB_EHCI_LOADED, &usb_hcds_loaded); + return retval; + } |
