Browse Source

ASoC: wm_adsp: Remove uneeded semicolon

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Charles Keepax 11 years ago
parent
commit
cab27258b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sound/soc/codecs/wm_adsp.c

+ 1 - 1
sound/soc/codecs/wm_adsp.c

@@ -1625,7 +1625,7 @@ int wm_adsp2_early_event(struct snd_soc_dapm_widget *w,
 		break;
 		break;
 	default:
 	default:
 		break;
 		break;
-	};
+	}
 
 
 	return 0;
 	return 0;
 }
 }