Commit 1afb708b authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Grant Likely

spi: s3c64xx: remove unnecessary callback msg->complete

msg->complete will be called in spi_finalize_current_message().
Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment