Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -764,9 +764,6 @@ out:

	msg->status = status;

	if (msg->complete)
		msg->complete(msg->context);

	spi_finalize_current_message(master);

	return 0;