]> git.baikalelectronics.ru Git - kernel.git/commit
HWPOISON: convert pr_debug()s to pr_info()s
authorDean Nelson <dnelson@redhat.com>
Tue, 1 Nov 2011 00:09:04 +0000 (17:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 1 Nov 2011 00:30:49 +0000 (17:30 -0700)
commit6905adfaae2837e87e4434a138a0ace2e5114d02
treea39776b9025de8baf6a346a43db1aee9bbafad08
parent7f9d81332f3b3a33810558accbdf14e7049476fe
HWPOISON: convert pr_debug()s to pr_info()s

Commit a958a74bf2f195 ("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 62d2417fce85 ("HWPOSION, hugetlb: recover from free hugepage
error when !MF_COUNT_INCREASED") and ca231a16c53fa ("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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memory-failure.c