commit | 04c09a15f5c3a1f468cb8daf570eec3af21940ed | [log] [tgz] |
---|---|---|
author | Wan ZongShun <mcuos.com@gmail.com> | Wed Jun 02 16:03:39 2010 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Jun 07 14:27:18 2010 +0100 |
tree | 799d62a4dcf5154e0ac49c01932e0ecb5a344e91 | |
parent | 911ff689ff9af626cd072fd0fc95ef33f2f722dc [diff] |
ASoC: patch for the useless 'break' removal in kirkwood 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@gmail.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>