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>
This commit is contained in:
parent
74b6b84c4a
commit
38d9dd7afe
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ static int cmdq_host_alloc_tdl(struct cmdq_host *cq_host)
|
|||
if (!cq_host->desc_base || !cq_host->trans_desc_base)
|
||||
return -ENOMEM;
|
||||
|
||||
pr_info("desc-base: 0x%p trans-base: 0x%p\n desc_dma 0x%llx trans_dma: 0x%llx\n",
|
||||
pr_debug("desc-base: 0x%pK trans-base: 0x%pK\n desc_dma 0x%llx trans_dma: 0x%llx\n",
|
||||
cq_host->desc_base, cq_host->trans_desc_base,
|
||||
(unsigned long long)cq_host->desc_dma_base,
|
||||
(unsigned long long) cq_host->trans_desc_dma_base);
|
||||
|
|
Loading…
Add table
Reference in a new issue