Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125128
b: refs/heads/master
c: fe6e87a
h: refs/heads/master
v: v3
  • Loading branch information
David Vrabel committed Dec 12, 2008
1 parent 327328e commit 985fe41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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: 671e470ed04865ca148b83f46319d14547481340
refs/heads/master: fe6e87a4b570d2e435709746ba550a7197016bd0
7 changes: 5 additions & 2 deletions trunk/drivers/usb/wusbcore/reservation.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ int wusbhc_rsv_establish(struct wusbhc *wusbhc)
*/
void wusbhc_rsv_terminate(struct wusbhc *wusbhc)
{
uwb_rsv_terminate(wusbhc->rsv);
uwb_rsv_destroy(wusbhc->rsv);
if (wusbhc->rsv) {
uwb_rsv_terminate(wusbhc->rsv);
uwb_rsv_destroy(wusbhc->rsv);
wusbhc->rsv = NULL;
}
}

0 comments on commit 985fe41

Please sign in to comment.