OSDN Git Service

mmc: cmdq-hci: Change unnecessary pr_err logs to pr_debug
authorVijay Viswanath <vviswana@codeaurora.org>
Mon, 11 Dec 2017 05:20:29 +0000 (10:50 +0530)
committerGerrit - the friendly Code Review server <code-review@localhost>
Tue, 30 Jan 2018 04:07:00 +0000 (20:07 -0800)
commit38d9dd7afe3f41524a7b3b70123d399d30a96f24
treea1ffa292777b677ad6d998282927a32f2ae42b4a
parent74b6b84c4a50b78f0d922b57ed84a9c98bee9544
mmc: cmdq-hci: Change unnecessary pr_err logs to pr_debug

Now that CMDQ device and driver are stable, Change unnecessary
pr_err logs to pr_debug.
Also use %pK instead of %p while printing addresses to avoid leaking
of kernel addresses.

Change-Id: I95683ffe0410daef86dd9a376f5769d8f40ae990
Signed-off-by: Vijay Viswanath <vviswana@codeaurora.org>
drivers/mmc/host/cmdq_hci.c