Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261172
b: refs/heads/master
c: 272800d
h: refs/heads/master
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed Jul 26, 2011
1 parent c6986f1 commit 6cd4eb5
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: f45c078cdc72e986fb8255795d7afb1a86910107
refs/heads/master: 272800dc4fc10190604e4f8ee8898e9810f358ba
2 changes: 1 addition & 1 deletion trunk/drivers/xen/grant-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static inline grant_ref_t *__gnttab_entry(grant_ref_t entry)
static int get_free_entries(unsigned count)
{
unsigned long flags;
int ref, rc;
int ref, rc = 0;
grant_ref_t head;

spin_lock_irqsave(&gnttab_list_lock, flags);
Expand Down

0 comments on commit 6cd4eb5

Please sign in to comment.