]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
HWPOISON: convert pr_debug()s to pr_info()s
authorDean Nelson <dnelson@redhat.com>
Wed, 5 Oct 2011 00:43:12 +0000 (11:43 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Oct 2011 06:49:28 +0000 (17:49 +1100)
commit40bf608351827836eae8c5770bc811fa5553262e
treeb2d2e2e1232927d7f6c15d0ab84a419f13b8223d
parent3890d02b2a00343c1eee08ebb3edee624577119e
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 <akpm@linux-foundation.org>
mm/memory-failure.c