From: Gavin Shan Date: Thu, 27 Jun 2013 05:46:46 +0000 (+0800) Subject: powerpc/eeh: Refactor the output message X-Git-Tag: v3.11-rc1~94^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56ca4fde90009094b1a46971de3879d5f2dd724e;p=pandora-kernel.git powerpc/eeh: Refactor the output message 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(). The patch also adds more output messages to indicate what EEH core is doing. Besides, some printk() are replaced with pr_warning(). Signed-off-by: Gavin Shan Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed