[PATCH 5/6] powerpc/eeh: Refactor the output message

2013-06-25 Thread Gavin Shan
We needn't the the whole backtrace other than one-line message in the error reporting interrupt handler. For errors triggered by access PCI config space or MMIO, we replace WARN(1, ...) with pr_err() and dump_stack(). Signed-off-by: Gavin Shan sha...@linux.vnet.ibm.com ---

[PATCH 5/6] powerpc/eeh: Refactor the output message

2013-06-25 Thread Gavin Shan
We needn't the the whole backtrace other than one-line message in the error reporting interrupt handler. For errors triggered by access PCI config space or MMIO, we replace WARN(1, ...) with pr_err() and dump_stack(). Signed-off-by: Gavin Shan sha...@linux.vnet.ibm.com ---