Commit 6179b772 authored by Michael Opdenacker's avatar Michael Opdenacker Committed by Mark Brown
Browse files

ASoC: fix checkpatch.pl error in omap-mcbsp

parent 3b184503
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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,