Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284098
b: refs/heads/master
c: 1d5d37f
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Meyer authored and Takashi Iwai committed Dec 6, 2011
1 parent dfec115 commit 2b178d1
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: 705978516fe4a5e0b5726e2ea860c1bfc6909472
refs/heads/master: 1d5d37f408e530ce1eab1deb66d2331535665ec7
2 changes: 1 addition & 1 deletion trunk/sound/pci/ctxfi/ctsrc.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ get_src_rsc(struct src_mgr *mgr, const struct src_desc *desc, struct src **rsrc)

/* Allocate mem for master src resource */
if (MEMRD == desc->mode)
src = kzalloc(sizeof(*src)*desc->multi, GFP_KERNEL);
src = kcalloc(desc->multi, sizeof(*src), GFP_KERNEL);
else
src = kzalloc(sizeof(*src), GFP_KERNEL);

Expand Down

0 comments on commit 2b178d1

Please sign in to comment.