提交 34de3513 编写于 作者: F Fuqian Huang 提交者: Wolfram Sang

i2c: ismt: Remove call to memset after dmam_alloc_coherent

In commit 518a2f19 ("dma-mapping: zero memory returned from
dma_alloc_*"), dma_alloc_coherent has already zeroed the memory. So
memset is not needed.
Acked-by: NNeil Horman <nhorman@tuxdriver.com>
Signed-off-by: NFuqian Huang <huangfq.daxian@gmail.com>
Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
上级 e5738bc4
......@@ -781,8 +781,6 @@ static int ismt_dev_init(struct ismt_priv *priv)
if (!priv->hw)
return -ENOMEM;
memset(priv->hw, 0, (ISMT_DESC_ENTRIES * sizeof(struct ismt_desc)));
priv->head = 0;
init_completion(&priv->cmp);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册