]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mm/debug.c: use pr_emerg()
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 9 Oct 2014 22:28:41 +0000 (15:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Oct 2014 02:25:59 +0000 (22:25 -0400)
commit7a82ca0d6437261d0727ce472ae4f3a05a9ce5f7
tree6c524997b7f7042cfc7f01888ff8d6946d4358ff
parent96dad67ff244e797c4bc3e4f7f0fdaa0cfdf0a7d
mm/debug.c: use pr_emerg()

- s/KERN_ALERT/pr_emerg/: we're going BUG so let's maximize the changes
  of getting the message out.

- convert debug.c to pr_foo()

Cc: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/debug.c