Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248309
b: refs/heads/master
c: a739362
h: refs/heads/master
i:
  248307: 5df63cc
v: v3
  • Loading branch information
Lu Guanqun authored and Mark Brown committed Apr 20, 2011
1 parent 7f12432 commit d938e30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 28683e0f9cda7450cc81a844f0cb9dfa4a1b940a
refs/heads/master: a739362362982f3d8177df0621b68cb9156b1b60
4 changes: 2 additions & 2 deletions trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit d938e30

Please sign in to comment.