提交 1afb708b 编写于 作者: K Kuninori Morimoto 提交者: Grant Likely

spi: s3c64xx: remove unnecessary callback msg->complete

msg->complete will be called in spi_finalize_current_message().
Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
上级 a66590de
......@@ -764,9 +764,6 @@ static int s3c64xx_spi_transfer_one_message(struct spi_master *master,
msg->status = status;
if (msg->complete)
msg->complete(msg->context);
spi_finalize_current_message(master);
return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册