Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275581
b: refs/heads/master
c: 99cb2dd
h: refs/heads/master
i:
  275579: c8cb78c
v: v3
  • Loading branch information
Dan Carpenter authored and Konrad Rzeszutek Wilk committed Nov 16, 2011
1 parent 9425ddc commit 3ed5e3f
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: 21643e69a4c06f7ef155fbc70e3fba13fba4a756
refs/heads/master: 99cb2ddcc617f43917e94a4147aa3ccdb2bcd77e
2 changes: 1 addition & 1 deletion trunk/drivers/xen/gntalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static int add_grefs(struct ioctl_gntalloc_alloc_gref *op,
/* Grant foreign access to the page. */
gref->gref_id = gnttab_grant_foreign_access(op->domid,
pfn_to_mfn(page_to_pfn(gref->page)), readonly);
if (gref->gref_id < 0) {
if ((int)gref->gref_id < 0) {
rc = gref->gref_id;
goto undo;
}
Expand Down

0 comments on commit 3ed5e3f

Please sign in to comment.