[PATCH] spi/pl022: rid dangling labels

Grant Likely grant.likely at secretlab.ca
Wed Feb 16 07:09:08 EST 2011


On Wed, Feb 16, 2011 at 09:40:26AM +0100, Linus Walleij wrote:
> From: Linus Walleij <linus.walleij at linaro.org>
> 
> Remove a compilation error regarding unused labels that came about
> when simplifying the DMA code.
> 
> Signed-off-by: Linus Walleij <linus.walleij at linaro.org>

Applied, thanks.

g.

> ---
>  drivers/spi/amba-pl022.c |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/spi/amba-pl022.c b/drivers/spi/amba-pl022.c
> index 4cd05cc..14a451b 100644
> --- a/drivers/spi/amba-pl022.c
> +++ b/drivers/spi/amba-pl022.c
> @@ -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:
> -- 
> 1.7.3.2
> 



More information about the linux-arm-kernel mailing list