Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164508
b: refs/heads/master
c: 4d04c70
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Sep 22, 2009
1 parent 25d00fa commit 6143840
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: db4e5cbe2f201c6abd51f7dfe41dbd2589affeba
refs/heads/master: 4d04c70754eec6d0fd342a5bc3f684db69cc2226
4 changes: 2 additions & 2 deletions trunk/arch/um/kernel/skas/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ static int init_stub_pte(struct mm_struct *mm, unsigned long proc,
*pte = pte_mkread(*pte);
return 0;

out_pmd:
pud_free(mm, pud);
out_pte:
pmd_free(mm, pmd);
out_pmd:
pud_free(mm, pud);
out:
return -ENOMEM;
}
Expand Down

0 comments on commit 6143840

Please sign in to comment.