linux/drivers/staging/line6
Joe Perches 78110bb8dc staging: Remove unnecessary OOM messages
alloc failures already get standardized OOM
messages and a dump_stack.

For the affected mallocs around these OOM messages:

Converted kzallocs with multiplies to kcalloc.
Converted kmallocs with multiplies to kmalloc_array.
Converted a kmalloc/strlen/strncpy to kstrdup.
Moved a spin_lock below a removed OOM message and
removed a now unnecessary spin_unlock.
Neatened alignment and whitespace.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-02-11 10:10:33 -08:00
..
Kconfig
Makefile
audio.c
audio.h
capture.c
capture.h
driver.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
driver.h
midi.c
midi.h
midibuf.c
midibuf.h
pcm.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
pcm.h
playback.c
playback.h
pod.c staging: line6: clean up line6_pod_process_message() 2013-01-20 15:57:47 -08:00
pod.h
podhd.c
podhd.h
revision.h
toneport.c
toneport.h
usbdefs.h
variax.c staging: line6: clean up line6_variax_process_message() 2013-01-20 15:57:47 -08:00
variax.h