Skip to content

Commit

Permalink
ASoC: Intel: byt-rt5640: fix coccinelle warnings
Browse files Browse the repository at this point in the history
sound/soc/intel/byt-rt5640.c:140:2-3: Unneeded semicolon

 Removes unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Fengguang Wu authored and Mark Brown committed Oct 4, 2014
1 parent c47a39a commit bb78cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/intel/byt-rt5640.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ static int byt_rt5640_init(struct snd_soc_pcm_runtime *runtime)
default:
custom_map = byt_rt5640_intmic_dmic1_map;
num_routes = ARRAY_SIZE(byt_rt5640_intmic_dmic1_map);
};
}

ret = snd_soc_dapm_add_routes(dapm, custom_map, num_routes);
if (ret)
Expand Down

0 comments on commit bb78cdd

Please sign in to comment.