Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221941
b: refs/heads/master
c: 793b623
h: refs/heads/master
i:
  221939: a95bb51
v: v3
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Nov 11, 2010
1 parent 8954358 commit 2c35715
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: 886ccd4520064408ce5876cfe00554ce52ecf4a7
refs/heads/master: 793b62337ecf1bf9a816fcb7105bb1ca424cf7d4
3 changes: 2 additions & 1 deletion trunk/drivers/uwb/allocator.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ int uwb_rsv_find_best_allocation(struct uwb_rsv *rsv, struct uwb_mas_bm *availab
int bit_index;

ai = kzalloc(sizeof(struct uwb_rsv_alloc_info), GFP_KERNEL);

if (!ai)
return UWB_RSV_ALLOC_NOT_FOUND;
ai->min_mas = rsv->min_mas;
ai->max_mas = rsv->max_mas;
ai->max_interval = rsv->max_interval;
Expand Down

0 comments on commit 2c35715

Please sign in to comment.