Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125127
b: refs/heads/master
c: 671e470
h: refs/heads/master
i:
  125125: 787b71f
  125123: 859db28
  125119: 437cb9f
v: v3
  • Loading branch information
David Vrabel committed Dec 12, 2008
1 parent 20b97a2 commit 327328e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5b37717a23b8e40f6cf7ad85a26ddcf41c171e2c
refs/heads/master: 671e470ed04865ca148b83f46319d14547481340
3 changes: 2 additions & 1 deletion trunk/drivers/uwb/rsv.c
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,8 @@ void uwb_rsv_terminate(struct uwb_rsv *rsv)

mutex_lock(&rc->rsvs_mutex);

uwb_rsv_set_state(rsv, UWB_RSV_STATE_NONE);
if (rsv->state != UWB_RSV_STATE_NONE)
uwb_rsv_set_state(rsv, UWB_RSV_STATE_NONE);

mutex_unlock(&rc->rsvs_mutex);
}
Expand Down

0 comments on commit 327328e

Please sign in to comment.