diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2008-10-21 14:42:20 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-10-21 14:42:20 -0400 |
commit | b876d08f816527af257e13d89fb0d3b4b849223c (patch) | |
tree | 40569f568230f918ca55f04b355e251747f913ed /drivers/usb/host/ehci-hcd.c | |
parent | b364776ad1208a71f0c53578c84619a395412a8d (diff) | |
parent | 2515ddc6db8eb49a79f0fe5e67ff09ac7c81eab4 (diff) |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
drivers/pci/dmar.c
Diffstat (limited to 'drivers/usb/host/ehci-hcd.c')
-rw-r--r-- | drivers/usb/host/ehci-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index d343afacb0b0..15a803b206b8 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c | |||
@@ -1111,8 +1111,8 @@ clean0: | |||
1111 | #ifdef DEBUG | 1111 | #ifdef DEBUG |
1112 | debugfs_remove(ehci_debug_root); | 1112 | debugfs_remove(ehci_debug_root); |
1113 | ehci_debug_root = NULL; | 1113 | ehci_debug_root = NULL; |
1114 | #endif | ||
1115 | err_debug: | 1114 | err_debug: |
1115 | #endif | ||
1116 | clear_bit(USB_EHCI_LOADED, &usb_hcds_loaded); | 1116 | clear_bit(USB_EHCI_LOADED, &usb_hcds_loaded); |
1117 | return retval; | 1117 | return retval; |
1118 | } | 1118 | } |