summaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authorAnanth N Mavinakayanahalli <ananth@in.ibm.com>2014-08-13 16:33:21 +0530
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-08-14 16:42:16 +1000
commit2fe6cc3c4752695705d54a38c6e38f148bf82f8b (patch)
tree2a0d450a9c0ee755adb028a5049d6b24a84b78c2 /hw
parent33e94ba07cb9a2d79492feb2d97e24d4b7cc6e4a (diff)
downloadblackbird-skiboot-2fe6cc3c4752695705d54a38c6e38f148bf82f8b.tar.gz
blackbird-skiboot-2fe6cc3c4752695705d54a38c6e38f148bf82f8b.zip
fsp/surv: Remove tb print on surv error
Now that the log automatically timestamps entries, remove the tb print in the error paths. Signed-off-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'hw')
-rw-r--r--hw/fsp/fsp-surveillance.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/fsp/fsp-surveillance.c b/hw/fsp/fsp-surveillance.c
index 696203d4..9ac04a62 100644
--- a/hw/fsp/fsp-surveillance.c
+++ b/hw/fsp/fsp-surveillance.c
@@ -78,8 +78,7 @@ static void fsp_surv_check_timeout(void)
* the FSP is dead, pending a R/R.
*/
log_simple_error(&e_info(OPAL_RC_SURVE_ACK),
- "SURV: [%16llx] Surv ACK timed out; initiating R/R\n",
- now);
+ "SURV: Surv ACK timed out; initiating R/R\n");
/* Reset the pending trigger too */
fsp_surv_ack_pending = false;
OpenPOWER on IntegriCloud