mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 16:30:53 +00:00
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
@ -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 New Issue
Block a user