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

Commit c4376670 authored by Linus Walleij's avatar Linus Walleij Committed by Grant Likely
Browse files

spi/pl022: rid dangling labels



Remove a compilation error regarding unused labels that came about
when simplifying the DMA code.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 5c05dd07
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -1030,8 +1030,6 @@ static int configure_dma(struct pl022 *pl022)


	return 0;
	return 0;


err_submit_tx:
err_submit_rx:
err_txdesc:
err_txdesc:
	dmaengine_terminate_all(txchan);
	dmaengine_terminate_all(txchan);
err_rxdesc:
err_rxdesc: