Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324936
b: refs/heads/master
c: 107f04b
h: refs/heads/master
v: v3
  • Loading branch information
navin patidar authored and Greg Kroah-Hartman committed Sep 6, 2012
1 parent 5e5a447 commit 2936d9a
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: 236742de5bfd2af772004ec829518856ff12b469
refs/heads/master: 107f04bbce331bf622b901ccec34a124e6b78584
2 changes: 1 addition & 1 deletion trunk/drivers/staging/usbip/vhci_hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static int vhci_hub_status(struct usb_hcd *hcd, char *buf)

pr_info("changed %d\n", changed);

if (hcd->state == HC_STATE_SUSPENDED)
if ((hcd->state == HC_STATE_SUSPENDED) && (changed == 1))
usb_hcd_resume_root_hub(hcd);

done:
Expand Down

0 comments on commit 2936d9a

Please sign in to comment.