X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound%2Fppc%2Fdaca.c;h=57202b0f033ecf977e121bf732a1834c17f6f5dd;hb=31f6e1bd3b58c9a67e5ea0c2d372fbf5fc9e326d;hp=46eebf5610e39386cd3fc72eb40ccba456380d80;hpb=60e04a5c533785c23ce6b76a6e5058328fe68edb;p=linux-2.6 diff --git a/sound/ppc/daca.c b/sound/ppc/daca.c index 46eebf5610..57202b0f03 100644 --- a/sound/ppc/daca.c +++ b/sound/ppc/daca.c @@ -258,10 +258,9 @@ int __init snd_pmac_daca_init(struct snd_pmac *chip) request_module("i2c-powermac"); #endif /* CONFIG_KMOD */ - mix = kmalloc(sizeof(*mix), GFP_KERNEL); + mix = kzalloc(sizeof(*mix), GFP_KERNEL); if (! mix) return -ENOMEM; - memset(mix, 0, sizeof(*mix)); chip->mixer_data = mix; chip->mixer_free = daca_cleanup; mix->amp_on = 1; /* default on */