* [PATCH 2/3] ASoC: sst platform - fix the style inconsistency
@ 2011-01-07 10:50 Koul, Vinod
0 siblings, 0 replies; only message in thread
From: Koul, Vinod @ 2011-01-07 10:50 UTC (permalink / raw)
To: alsa-devel; +Cc: tiwai, broonie, Vinod Koul, Harsha Priya, lrg, alan
From: Vinod Koul <vinod.koul@intel.com>
this patch fixes the style inconsistency by removing empty space in MODULE_ALIAS
also removes a redundant return statement
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Harsha Priya <priya.harsha@intel.com>
---
sound/soc/mid-x86/sst_platform.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/sound/soc/mid-x86/sst_platform.c b/sound/soc/mid-x86/sst_platform.c
index 189d546..0e994c1 100644
--- a/sound/soc/mid-x86/sst_platform.c
+++ b/sound/soc/mid-x86/sst_platform.c
@@ -176,7 +176,6 @@ static void sst_period_elapsed(void *mad_substream)
}
spin_unlock(&stream->status_lock);
snd_pcm_period_elapsed(substream);
- return;
}
static int sst_platform_init_stream(struct snd_pcm_substream *substream)
@@ -481,4 +480,4 @@ MODULE_DESCRIPTION("ASoC Intel(R) MID Platform driver");
MODULE_AUTHOR("Vinod Koul <vinod.koul@intel.com>");
MODULE_AUTHOR("Harsha Priya <priya.harsha@intel.com>");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("platfrom: sst-platform");
+MODULE_ALIAS("platform:sst-platform");
--
1.7.2.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-01-07 10:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-07 10:50 [PATCH 2/3] ASoC: sst platform - fix the style inconsistency Koul, Vinod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).