Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19094
b: refs/heads/master
c: 20a2c88
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jan 20, 2006
1 parent 41bd6de commit 9c8b933
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: fa1b4f91d6374663cfb3c6fbe3d78fd03954a862
refs/heads/master: 20a2c88f5039b8b17f0aa3fbc2ac3e9257961123
2 changes: 1 addition & 1 deletion trunk/arch/arm/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ __ioremap_pfn(unsigned long pfn, unsigned long offset, size_t size,
return NULL;
addr = (unsigned long)area->addr;
if (remap_area_pages(addr, pfn, size, flags)) {
vfree(addr);
vfree((void *)addr);
return NULL;
}
return (void __iomem *) (offset + (char *)addr);
Expand Down

0 comments on commit 9c8b933

Please sign in to comment.