Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109035
b: refs/heads/master
c: 0c072bb
h: refs/heads/master
i:
  109033: 99e7c3e
  109031: c4f0e9d
v: v3
  • Loading branch information
Arjan van de Ven authored and Ingo Molnar committed Aug 21, 2008
1 parent 60fd679 commit 47faa44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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: 85d577979a8a94a32ca1d828a91c2eb8300bc9f2
refs/heads/master: 0c072bb452f0cfd4959bc01ff3627d6385255b20
8 changes: 3 additions & 5 deletions trunk/arch/x86/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -553,13 +553,11 @@ static int __init check_early_ioremap_leak(void)
{
if (!early_ioremap_nested)
return 0;

printk(KERN_WARNING
WARN(1, KERN_WARNING
"Debug warning: early ioremap leak of %d areas detected.\n",
early_ioremap_nested);
early_ioremap_nested);
printk(KERN_WARNING
"please boot with early_ioremap_debug and report the dmesg.\n");
WARN_ON(1);
"please boot with early_ioremap_debug and report the dmesg.\n");

return 1;
}
Expand Down

0 comments on commit 47faa44

Please sign in to comment.