Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3417
b: refs/heads/master
c: ee48dd5
h: refs/heads/master
i:
  3415: 6cfc6f5
v: v3
  • Loading branch information
Christophe Lucas authored and Linus Torvalds committed Jun 25, 2005
1 parent d21e9ad commit 20cc153
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: 48b9d03c5f20a0585bb6f7d8c4abad3661df5d75
refs/heads/master: ee48dd579977c35f35760bc893115e649b026306
2 changes: 1 addition & 1 deletion trunk/arch/i386/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ void iounmap(volatile void __iomem *addr)
write_lock(&vmlist_lock);
p = __remove_vm_area((void *) (PAGE_MASK & (unsigned long __force) addr));
if (!p) {
printk("iounmap: bad address %p\n", addr);
printk(KERN_WARNING "iounmap: bad address %p\n", addr);
goto out_unlock;
}

Expand Down

0 comments on commit 20cc153

Please sign in to comment.