Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120438
b: refs/heads/master
c: c217429
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Nov 6, 2008
1 parent 774d18b commit c5ed3e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 64154835c58a99370c3b7fbf85d2451d6906b3b4
refs/heads/master: c217429b14708999d6ac5de964c452600e8797d3
2 changes: 2 additions & 0 deletions trunk/sound/pci/hda/hda_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,8 @@ static struct hda_cache_head *get_alloc_hash(struct hda_cache_rec *cache,

/* add a new hash entry */
info = snd_array_new(&cache->buf);
if (!info)
return NULL;
info->key = key;
info->val = 0;
info->next = cache->hash[idx];
Expand Down

0 comments on commit c5ed3e2

Please sign in to comment.