forked from Minki/linux
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>
This commit is contained in:
parent
a66590de86
commit
1afb708b71
@ -764,9 +764,6 @@ out:
|
||||
|
||||
msg->status = status;
|
||||
|
||||
if (msg->complete)
|
||||
msg->complete(msg->context);
|
||||
|
||||
spi_finalize_current_message(master);
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user