X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound%2Fcore%2Fseq%2Foss%2Fseq_oss_timer.c;h=64d594b3170f1ffd84f22fcebbeae9a9bb101874;hb=ecca82b4b447f8df73c807a018dac3e2863912d9;hp=42ca9493fa600a3ddd30b6ed6abd942d8616d025;hpb=ca2c0966562cfbf9273167a5b60e8fddc24078d6;p=pandora-kernel.git diff --git a/sound/core/seq/oss/seq_oss_timer.c b/sound/core/seq/oss/seq_oss_timer.c index 42ca9493fa60..64d594b3170f 100644 --- a/sound/core/seq/oss/seq_oss_timer.c +++ b/sound/core/seq/oss/seq_oss_timer.c @@ -46,7 +46,7 @@ snd_seq_oss_timer_new(seq_oss_devinfo_t *dp) { seq_oss_timer_t *rec; - rec = kcalloc(1, sizeof(*rec), GFP_KERNEL); + rec = kzalloc(sizeof(*rec), GFP_KERNEL); if (rec == NULL) return NULL;