linux/sound/pci/lola
Dan Carpenter 7cf9bb21ee ALSA: lola: NULL deref on allocation error
"chip" is NULL here.  We don't need a printk here because kmalloc() has
it built in.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2014-03-05 12:10:15 +01:00
..
Makefile
lola.c ALSA: lola: NULL deref on allocation error 2014-03-05 12:10:15 +01:00
lola.h
lola_clock.c ALSA: lola: Use standard printk helpers 2014-02-26 16:45:28 +01:00
lola_mixer.c ALSA: lola: Use standard printk helpers 2014-02-26 16:45:28 +01:00
lola_pcm.c ALSA: lola: Use standard printk helpers 2014-02-26 16:45:28 +01:00
lola_proc.c