Skip to content

Commit

Permalink
ASoC: fix checkpatch.pl error in omap-mcbsp
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@linaro.org>
Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Michael Opdenacker authored and Mark Brown committed Oct 10, 2011
1 parent 3b18450 commit 6179b77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sound/soc/omap/omap-mcbsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,7 @@ static int mcbsp_dai_probe(struct snd_soc_dai *dai)
return 0;
}

static struct snd_soc_dai_driver omap_mcbsp_dai =
{
static struct snd_soc_dai_driver omap_mcbsp_dai = {
.probe = mcbsp_dai_probe,
.playback = {
.channels_min = 1,
Expand Down

0 comments on commit 6179b77

Please sign in to comment.