From: Wan ZongShun Date: Wed, 2 Jun 2010 08:03:39 +0000 (+0800) Subject: ASoC: patch for the useless 'break' removal in kirkwood X-Git-Tag: v2.6.36-rc1~493^2~1^2~84^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04c09a15f5c3a1f468cb8daf570eec3af21940ed;p=pandora-kernel.git 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 Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed