mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
crypto: hisilicon/qm - delete a dbg function
Deleted a dbg function because this function has the risk of address leakage. In addition, this function is only used for debugging in the early stage and is not required in the future. Signed-off-by: Chenghai Huang <huangchenghai2@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
committed by
Herbert Xu
parent
27016f75f5
commit
03fa301230
@@ -597,9 +597,6 @@ int hisi_qm_mb(struct hisi_qm *qm, u8 cmd, dma_addr_t dma_addr, u16 queue,
|
||||
struct qm_mailbox mailbox;
|
||||
int ret;
|
||||
|
||||
dev_dbg(&qm->pdev->dev, "QM mailbox request to q%u: %u-%llx\n",
|
||||
queue, cmd, (unsigned long long)dma_addr);
|
||||
|
||||
qm_mb_pre_init(&mailbox, cmd, dma_addr, queue, op);
|
||||
|
||||
mutex_lock(&qm->mailbox_lock);
|
||||
|
||||
Reference in New Issue
Block a user