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

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
...@@ -1030,8 +1030,6 @@ static int configure_dma(struct pl022 *pl022) ...@@ -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:
......
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