spi/pl022: rid dangling labels
Remove a compilation error regarding unused labels that came about when simplifying the DMA code. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
parent
5c05dd0750
commit
c43766707c
1 changed files with 0 additions and 2 deletions
|
@ -1030,8 +1030,6 @@ static int configure_dma(struct pl022 *pl022)
|
|||
|
||||
return 0;
|
||||
|
||||
err_submit_tx:
|
||||
err_submit_rx:
|
||||
err_txdesc:
|
||||
dmaengine_terminate_all(txchan);
|
||||
err_rxdesc:
|
||||
|
|
Loading…
Reference in a new issue