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)
commit231856ae7ccb5ee49b2f722e1d8ba7a45df1a978
tree76652b0bf729cf6e9ff285b20ab0f6ff83cf4474
parentd50466c90724d5aae4d38a9a9bc163bea6f94098
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