mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 17:23:55 +08:00
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>
This commit is contained in:
parent
28683e0f9c
commit
a739362362
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user