Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125123
b: refs/heads/master
c: e4b4958
h: refs/heads/master
i:
  125121: e72c91d
  125119: 437cb9f
v: v3
  • Loading branch information
David Vrabel committed Nov 26, 2008
1 parent 2704767 commit 859db28
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: 5a4e1a795d7c5b47e94067a72db09f8cfb52bcff
refs/heads/master: e4b49580f70380a4216ff8220c8f48a95e21c238
2 changes: 1 addition & 1 deletion trunk/drivers/uwb/uwb-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static int cmd_rsv_establish(struct uwb_rc *rc,
if (target == NULL)
return -ENODEV;

rsv = uwb_rsv_create(rc, uwb_dbg_rsv_cb, NULL);
rsv = uwb_rsv_create(rc, uwb_dbg_rsv_cb, rc->dbg);
if (rsv == NULL) {
uwb_dev_put(target);
return -ENOMEM;
Expand Down

0 comments on commit 859db28

Please sign in to comment.