1
0
Fork 0

spi: s3c64xx: remove unnecessary callback msg->complete

msg->complete will be called in spi_finalize_current_message().

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
hifive-unleashed-5.1
Kuninori Morimoto 2012-03-13 17:19:05 -07:00 committed by Grant Likely
parent a66590de86
commit 1afb708b71
1 changed files with 0 additions and 3 deletions

View File

@ -764,9 +764,6 @@ out:
msg->status = status;
if (msg->complete)
msg->complete(msg->context);
spi_finalize_current_message(master);
return 0;