arent d6a89fefa50feda5516cd5210ad0008a44632b52 author Julia Lawall 1261207083 +0100 committer Takashi Iwai 1261212026 +0100 ALSA: Use kzalloc for allocating only one thing Use kzalloc rather than kcalloc(1,...) The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ @@ - kcalloc(1, + kzalloc( ...) // Signed-off-by: Julia Lawall Signed-off-by: Takashi Iwai eÞ¦¹ž