diff options
author | Lu Guanqun <guanqun.lu@intel.com> | 2011-04-20 04:00:51 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-20 08:50:29 -0400 |
commit | a739362362982f3d8177df0621b68cb9156b1b60 (patch) | |
tree | 834b3ee58652c0b873309b6fbd62fc4bf8789c7f | |
parent | 28683e0f9cda7450cc81a844f0cb9dfa4a1b940a (diff) |
ASoC: fix two ident style problems
Signed-off-by: Lu Guanqun <guanqun.lu@intel.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | sound/soc/soc-core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 3b3a377d0874..a6f37d454220 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c | |||
@@ -3475,7 +3475,7 @@ int snd_soc_register_dai(struct device *dev, | |||
3475 | 3475 | ||
3476 | dai = kzalloc(sizeof(struct snd_soc_dai), GFP_KERNEL); | 3476 | dai = kzalloc(sizeof(struct snd_soc_dai), GFP_KERNEL); |
3477 | if (dai == NULL) | 3477 | if (dai == NULL) |
3478 | return -ENOMEM; | 3478 | return -ENOMEM; |
3479 | 3479 | ||
3480 | /* create DAI component name */ | 3480 | /* create DAI component name */ |
3481 | dai->name = fmt_single_name(dev, &dai->id); | 3481 | dai->name = fmt_single_name(dev, &dai->id); |
@@ -3614,7 +3614,7 @@ int snd_soc_register_platform(struct device *dev, | |||
3614 | 3614 | ||
3615 | platform = kzalloc(sizeof(struct snd_soc_platform), GFP_KERNEL); | 3615 | platform = kzalloc(sizeof(struct snd_soc_platform), GFP_KERNEL); |
3616 | if (platform == NULL) | 3616 | if (platform == NULL) |
3617 | return -ENOMEM; | 3617 | return -ENOMEM; |
3618 | 3618 | ||
3619 | /* create platform component name */ | 3619 | /* create platform component name */ |
3620 | platform->name = fmt_single_name(dev, &platform->id); | 3620 | platform->name = fmt_single_name(dev, &platform->id); |