[alsa-devel] [PATCH] ASoC: sound:soc:soc-core fix one small indentation issue

Lu Guanqun guanqun.lu at intel.com
Mon Mar 7 16:14:45 CET 2011


Signed-off-by: Lu Guanqun <guanqun.lu at intel.com>
---
 sound/soc/soc-core.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 64befac..f6ba502 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -3438,7 +3438,7 @@ int snd_soc_register_platform(struct device *dev,
 
 	platform = kzalloc(sizeof(struct snd_soc_platform), GFP_KERNEL);
 	if (platform == NULL)
-			return -ENOMEM;
+		return -ENOMEM;
 
 	/* create platform component name */
 	platform->name = fmt_single_name(dev, &platform->id);
-- 
1.7.2.3



More information about the Alsa-devel mailing list