Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80514
b: refs/heads/master
c: e4c1b97
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Jan 30, 2008
1 parent f27193f commit b4cc725
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: 4b40fcee131847069543cc60a3a79887743c53db
refs/heads/master: e4c1b977f0036c00ebabb60375cb63d0de9d43fa
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/ioremap_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void __iomem *__ioremap(unsigned long phys_addr, unsigned long size,
addr = (void __iomem *) area->addr;
if (ioremap_page_range((unsigned long)addr, (unsigned long)addr + size,
phys_addr, pgprot)) {
vunmap((void __force *) addr);
remove_vm_area((void *)(PAGE_MASK & (unsigned long) addr));
return NULL;
}

Expand Down

0 comments on commit b4cc725

Please sign in to comment.