]> git.baikalelectronics.ru Git - kernel.git/commit
microblaze: intc: Reformat output
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Fri, 19 Dec 2014 18:21:06 +0000 (10:21 -0800)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 8 Jan 2015 07:37:24 +0000 (08:37 +0100)
commit3ca8e49e22b56bd3e89efc0839efb79acf0b82e1
tree76652b0bf729cf6e9ff285b20ab0f6ff83cf4474
parentafa23899c8018d60a3f18ade6851c625241b0c9c
microblaze: intc: Reformat output

A message was using pr_info level output for a message including "ERROR"
which is not really a fatal error.
Remove the 'ERROR' from that message, use pr_warn loglevel and add the
function name to the output to give users a chance to find the culprit
in case the warning triggers.

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/kernel/intc.c