From d67841990840456929cfb1da22f46b7465545e23 Mon Sep 17 00:00:00 2001 From: Andy Gross Date: Tue, 14 Jul 2015 22:54:43 -0500 Subject: [PATCH] HACK: soc: qcom: smd: Add debug to fix timing Hack to fix crashes Signed-off-by: Andy Gross --- drivers/soc/qcom/smd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/soc/qcom/smd.c b/drivers/soc/qcom/smd.c index 1aec2777ecc3..537f01ab9374 100644 --- a/drivers/soc/qcom/smd.c +++ b/drivers/soc/qcom/smd.c @@ -1066,7 +1066,7 @@ static struct qcom_smd_channel *qcom_smd_create_channel(struct qcom_smd_edge *ed /* The channel consist of a rx and tx fifo of equal size */ fifo_size /= 2; - dev_dbg(smd->dev, "new channel '%s' info-size: %zu fifo-size: %zu\n", + dev_err(smd->dev, "new channel '%s' info-size: %zu fifo-size: %zu\n", name, info_size, fifo_size); channel->tx_fifo = fifo_base; -- 2.39.5