linux/sound/pci/lola
Xiaoke Wang d7f15befac ALSA: lola: add a check for the return of vmalloc()
vmalloc() is a memory allocation function which can return NULL when
some internal memory errors happen. So it is better to check the return
of it to catch the error in time.

Signed-off-by: Xiaoke Wang <xkernel.wang@foxmail.com>
Link: https://lore.kernel.org/r/tencent_4221FC4089F6DF01C48F192E5784038BA205@qq.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2022-03-04 09:51:37 +01:00
..
lola_clock.c ALSA: lola: Use DIV_ROUND_UP() instead of open-coding it 2020-12-25 09:11:52 +01:00
lola_mixer.c ALSA: lola: add a check for the return of vmalloc() 2022-03-04 09:51:37 +01:00
lola_pcm.c ALSA: lola: Allocate resources with device-managed APIs 2021-07-19 16:17:02 +02:00
lola_proc.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
lola.c ALSA: lola: Allocate resources with device-managed APIs 2021-07-19 16:17:02 +02:00
lola.h ALSA: lola: Allocate resources with device-managed APIs 2021-07-19 16:17:02 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00