diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-09-21 22:30:42 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-21 22:30:42 -0400 |
commit | 08217637fe8a0ba24e1bfc893569f9be4d836c6a (patch) | |
tree | aecd53ca7952b59d93f066161b677926e813a550 /sound/core/seq/seq_timer.c | |
parent | 793b883ed12a6ae6e2901ddb5e038b77d6f0c0ac (diff) | |
parent | efb0372bbaf5b829ff8c39db372779928af542a7 (diff) |
Merge /spare/repo/linux-2.6/
Diffstat (limited to 'sound/core/seq/seq_timer.c')
-rw-r--r-- | sound/core/seq/seq_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/seq/seq_timer.c b/sound/core/seq/seq_timer.c index a7f76fc95280..b57a3c07ff6f 100644 --- a/sound/core/seq/seq_timer.c +++ b/sound/core/seq/seq_timer.c | |||
@@ -60,7 +60,7 @@ seq_timer_t *snd_seq_timer_new(void) | |||
60 | { | 60 | { |
61 | seq_timer_t *tmr; | 61 | seq_timer_t *tmr; |
62 | 62 | ||
63 | tmr = kcalloc(1, sizeof(*tmr), GFP_KERNEL); | 63 | tmr = kzalloc(sizeof(*tmr), GFP_KERNEL); |
64 | if (tmr == NULL) { | 64 | if (tmr == NULL) { |
65 | snd_printd("malloc failed for snd_seq_timer_new() \n"); | 65 | snd_printd("malloc failed for snd_seq_timer_new() \n"); |
66 | return NULL; | 66 | return NULL; |