Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363340
b: refs/heads/master
c: c46cb54
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Reif authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent 6f79752 commit bedc781
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: ba0edc23df90332e4360d5116bcf3ea333e5de73
refs/heads/master: c46cb54db3a01223bdd457ead25d4a3582c0babe
5 changes: 2 additions & 3 deletions trunk/drivers/staging/usbip/vhci_hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -956,11 +956,10 @@ static int vhci_bus_resume(struct usb_hcd *hcd)
dev_dbg(&hcd->self.root_hub->dev, "%s\n", __func__);

spin_lock(&vhci->lock);
if (!HCD_HW_ACCESSIBLE(hcd)) {
if (!HCD_HW_ACCESSIBLE(hcd))
rc = -ESHUTDOWN;
} else {
else
hcd->state = HC_STATE_RUNNING;
}
spin_unlock(&vhci->lock);

return rc;
Expand Down

0 comments on commit bedc781

Please sign in to comment.