]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
HWPOISON: Convert pr_debugs to pr_info
authorAndi Kleen <ak@linux.intel.com>
Mon, 27 Sep 2010 21:31:30 +0000 (23:31 +0200)
committerAndi Kleen <ak@linux.intel.com>
Fri, 8 Oct 2010 07:33:00 +0000 (09:33 +0200)
commitfb46e73520940bfc426152cfe5e4a9f1ae3f00b6
treec07420d04b11fd68ce59cdef64d8f6517240b5a9
parent1c80b990a3411733890eff10817e388d5e25e2dd
HWPOISON: Convert pr_debugs to pr_info

Convert a lot of pr_debugs in memory-failure.c that are generally useful
to pr_info. It's reasonable to print at least one message why
offlining succeeded or failed by default.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
mm/memory-failure.c