Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329146
b: refs/heads/master
c: 69870a8
h: refs/heads/master
v: v3
  • Loading branch information
David Vrabel authored and Konrad Rzeszutek Wilk committed Sep 5, 2012
1 parent b6d3aa4 commit 9a41fd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6d7083eee3bc088d1fc30eefabd6263bca40c95a
refs/heads/master: 69870a847856a1ba81f655a8633fce5f5b614730
4 changes: 2 additions & 2 deletions trunk/arch/x86/xen/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2331,8 +2331,8 @@ int xen_remap_domain_mfn_range(struct vm_area_struct *vma,
if (err)
goto out;

err = -EFAULT;
if (HYPERVISOR_mmu_update(mmu_update, batch, NULL, domid) < 0)
err = HYPERVISOR_mmu_update(mmu_update, batch, NULL, domid);
if (err < 0)
goto out;

nr -= batch;
Expand Down

0 comments on commit 9a41fd3

Please sign in to comment.