Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284099
b: refs/heads/master
c: 6d2d431
h: refs/heads/master
i:
  284097: dfec115
  284095: 154ff5d
v: v3
  • Loading branch information
Thomas Meyer authored and Takashi Iwai committed Dec 6, 2011
1 parent 2b178d1 commit 068bb28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1d5d37f408e530ce1eab1deb66d2331535665ec7
refs/heads/master: 6d2d4313690f2f81a9a54c6a0c8ae645c4598063
2 changes: 1 addition & 1 deletion trunk/sound/pci/asihpi/hpicmn.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ struct hpi_control_cache *hpi_alloc_control_cache(const u32 control_count,
if (!p_cache)
return NULL;

p_cache->p_info = kzalloc(sizeof(*p_cache->p_info) * control_count,
p_cache->p_info = kcalloc(control_count, sizeof(*p_cache->p_info),
GFP_KERNEL);
if (!p_cache->p_info) {
kfree(p_cache);
Expand Down

0 comments on commit 068bb28

Please sign in to comment.