diff options
Diffstat (limited to 'drivers/usb/host/ehci-hub.c')
-rw-r--r-- | drivers/usb/host/ehci-hub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hub.c b/drivers/usb/host/ehci-hub.c index 1b6f1c0e5cee..2c6571c05f35 100644 --- a/drivers/usb/host/ehci-hub.c +++ b/drivers/usb/host/ehci-hub.c | |||
@@ -236,7 +236,7 @@ static int ehci_bus_resume (struct usb_hcd *hcd) | |||
236 | } | 236 | } |
237 | 237 | ||
238 | if (unlikely(ehci->debug)) { | 238 | if (unlikely(ehci->debug)) { |
239 | if (ehci->debug && !dbgp_reset_prep()) | 239 | if (!dbgp_reset_prep()) |
240 | ehci->debug = NULL; | 240 | ehci->debug = NULL; |
241 | else | 241 | else |
242 | dbgp_external_startup(); | 242 | dbgp_external_startup(); |