From 47966e977952856f184c93c4ae5da11e151cb4a3 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 22 Apr 2013 10:38:26 +0200 Subject: [PATCH] ALSA: compress: Use kzalloc() for ioctls writing back data Like the previous patch by Dan, we should clear the data to be returned from certain compress ioctls, namely, snd_compr_get_codec_caps() and snd_compr_get_params(). This time, we can simply replace kmalloc() with kzalloc(). Signed-off-by: Takashi Iwai --- Reading git-format-patch failed