]> git.karo-electronics.de Git - karo-tx-linux.git/commit
HWPOISON: convert pr_debug()s to pr_info()s
authorDean Nelson <dnelson@redhat.com>
Wed, 28 Sep 2011 00:50:25 +0000 (10:50 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 4 Oct 2011 07:38:39 +0000 (18:38 +1100)
commit65b289b01712946829de59af46c14f7c5ac8c006
treeee8021b953384ea70ce1e0bf9edfec1c7207d6d5
parentba284e7997e2e3210ffeab79d56faab3e12f815b
HWPOISON: convert pr_debug()s to pr_info()s

Commit fb46e73520940b ("HWPOISON: Convert pr_debugs to pr_info) authored
by Andi Kleen converted a number of pr_debug()s to pr_info()s.

About the same time additional code with pr_debug()s was added by two
other commits 8c6c2ecb4466 ("HWPOSION, hugetlb: recover from free hugepage
error when !MF_COUNT_INCREASED") and d950b95882f3d ("HWPOISON, hugetlb:
soft offlining for hugepage").  And these pr_debug()s failed to get
converted to pr_info()s.

This patch converts them as well.  And does some minor related whitespace
cleanup.

Signed-off-by: Dean Nelson <dnelson@redhat.com>
Reviewed-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Andrew Morton <>
mm/memory-failure.c