ALSA: memalloc: NULL-initialize in snd_malloc_dev_iram()
authorTakashi Iwai <tiwai@suse.de>
Tue, 29 Oct 2013 10:59:31 +0000 (11:59 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 29 Oct 2013 10:59:31 +0000 (11:59 +0100)
commita40a3937222c728be925f2d78650cfe9b20be3f5
tree40532dfebef2dc2ae7cb1d81949eee6d2da79601
parent9f694bc7936a7e4e9c9efac2900cddaf71303c0a
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 <tiwai@suse.de>
sound/core/memalloc.c
This page took 0.124764 seconds and 5 git commands to generate.