Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174884
b: refs/heads/master
c: 872d359
h: refs/heads/master
v: v3
  • Loading branch information
Jason Wessel authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 38d77e2 commit 350be38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 38fcb8309964b94d0c0499982583d7f30b40abec
refs/heads/master: 872d3599622702b59a00521c0a5b8ff3822e1803
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ static int ehci_bus_resume (struct usb_hcd *hcd)
}

if (unlikely(ehci->debug)) {
if (ehci->debug && !dbgp_reset_prep())
if (!dbgp_reset_prep())
ehci->debug = NULL;
else
dbgp_external_startup();
Expand Down

0 comments on commit 350be38

Please sign in to comment.