Re: [PATCH] ASoC/kirkwood: patch for the useless 'break' removal.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Mark,

How about this patch?
My other patch seem to be applied, but this one still be hung.

在 2010年6月2日 下午4:03,Wan ZongShun <mcuos.com@xxxxxxxxx> 写道:
> This patch to remove the 'break;', when the 'switch' jumps to
> the 'default' branch, the 'return -EINVAL' will be return with
> a error number, so the 'break;' code never be run, it is unuseful
> and should be removed here.
>
>
> Signed-off-by: Wan ZongShun<mcuos.com@xxxxxxxxx>
> ---
>  sound/soc/kirkwood/kirkwood-i2s.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/sound/soc/kirkwood/kirkwood-i2s.c b/sound/soc/kirkwood/kirkwood-i2s.c
> index 0adc597..0fdc7db 100644
> --- a/sound/soc/kirkwood/kirkwood-i2s.c
> +++ b/sound/soc/kirkwood/kirkwood-i2s.c
> @@ -296,7 +296,6 @@ static int kirkwood_i2s_rec_trigger(struct snd_pcm_substream *substream,
>
>        default:
>                return -EINVAL;
> -               break;
>        }
>
>        return 0;
> --
> 1.6.3.3
>



-- 
*linux-arm-kernel mailing list
mail addr:linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
you can subscribe by:
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

* linux-arm-NUC900 mailing list
mail addr:NUC900@xxxxxxxxxxxxxxxx
main web: https://groups.google.com/group/NUC900
you can subscribe it by sending me mail:
mcuos.com@xxxxxxxxx
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel



[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux