Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262579
b: refs/heads/master
c: f24144c
h: refs/heads/master
i:
  262577: 7ca2efe
  262575: 841e7dd
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed Aug 3, 2011
1 parent 51bc916 commit 7a621fc
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: 27a26b775ab89ff65d307de180e466d4c1215186
refs/heads/master: f24144c0c397fe3697b5b563c4a86d4f1fb185cc
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 7a621fc

Please sign in to comment.