提交 a7393623 编写于 作者: L Lu Guanqun 提交者: Mark Brown

ASoC: fix two ident style problems

Signed-off-by: NLu Guanqun <guanqun.lu@intel.com>
Acked-by: NLiam Girdwood <lrg@ti.com>
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 28683e0f
......@@ -3475,7 +3475,7 @@ int snd_soc_register_dai(struct device *dev,
dai = kzalloc(sizeof(struct snd_soc_dai), GFP_KERNEL);
if (dai == NULL)
return -ENOMEM;
return -ENOMEM;
/* create DAI component name */
dai->name = fmt_single_name(dev, &dai->id);
......@@ -3614,7 +3614,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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册