Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362213
b: refs/heads/master
c: f7ba716
h: refs/heads/master
i:
  362211: 43319d4
v: v3
  • Loading branch information
Silviu-Mihai Popescu authored and Mark Brown committed Mar 20, 2013
1 parent 8191a38 commit c2c5f36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: e8b18addee32d1f389573b4c116e67ae230216ad
refs/heads/master: f7ba716f1e704a00d682a8697108f9c86497c551
2 changes: 0 additions & 2 deletions trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4199,7 +4199,6 @@ int snd_soc_of_parse_audio_routing(struct snd_soc_card *card,
dev_err(card->dev,
"ASoC: Property '%s' index %d could not be read: %d\n",
propname, 2 * i, ret);
kfree(routes);
return -EINVAL;
}
ret = of_property_read_string_index(np, propname,
Expand All @@ -4208,7 +4207,6 @@ int snd_soc_of_parse_audio_routing(struct snd_soc_card *card,
dev_err(card->dev,
"ASoC: Property '%s' index %d could not be read: %d\n",
propname, (2 * i) + 1, ret);
kfree(routes);
return -EINVAL;
}
}
Expand Down

0 comments on commit c2c5f36

Please sign in to comment.