Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254798
b: refs/heads/master
c: 873bd4c
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jul 5, 2011
1 parent a29e452 commit 99522c5
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8d9afa08fe831ae521bf11a125b347bb0b578526
refs/heads/master: 873bd4cb4fbba6a3e99f750e17ef2ba6ef96e9d3
5 changes: 3 additions & 2 deletions trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1929,8 +1929,9 @@ static void snd_soc_instantiate_card(struct snd_soc_card *card)
"%s", card->name);
snprintf(card->snd_card->longname, sizeof(card->snd_card->longname),
"%s", card->long_name ? card->long_name : card->name);
snprintf(card->snd_card->driver, sizeof(card->snd_card->driver),
"%s", card->driver_name ? card->driver_name : card->name);
if (card->driver_name)
strlcpy(card->snd_card->driver, card->driver_name,
sizeof(card->snd_card->driver));

if (card->late_probe) {
ret = card->late_probe(card);
Expand Down

0 comments on commit 99522c5

Please sign in to comment.