]> git.baikalelectronics.ru Git - kernel.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)
commit7504bd970a383c06dcfc6190e7b0590d6018cc03
tree6c524997b7f7042cfc7f01888ff8d6946d4358ff
parentad0d0d8ad6ac28a17e6083bf76a56f46863ab141
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