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:
Linus Walleij 2011-02-16 09:40:26 +01:00 committed by Grant Likely
parent 5c05dd0750
commit c43766707c

View file

@ -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: