]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
HACK: soc: qcom: smd: Add debug to fix timing
authorAndy Gross <agross@codeaurora.org>
Wed, 15 Jul 2015 03:54:43 +0000 (22:54 -0500)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 11 Jan 2016 09:55:11 +0000 (09:55 +0000)
Hack to fix crashes

Signed-off-by: Andy Gross <agross@codeaurora.org>
drivers/soc/qcom/smd.c

index 1aec2777ecc366061ef51fa90b663f0e88f049b7..537f01ab9374754b78cb6993aa6ff61a1bcb6e98 100644 (file)
@@ -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;