From: Takashi Iwai Date: Tue, 29 Oct 2013 10:59:31 +0000 (+0100) Subject: ALSA: memalloc: NULL-initialize in snd_malloc_dev_iram() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a40a3937222c728be925f2d78650cfe9b20be3f5;p=pandora-kernel.git ALSA: memalloc: NULL-initialize in snd_malloc_dev_iram() dmab->area and addr fields should be cleared at the head of snd_malloc_dev_iram() as especially dmab->area is used to indicate the allocation failure / fallback. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed