alistair23-linux/drivers/staging/ft1000/ft1000-usb
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
..
ft1000_debug.c staging: ft1000: rename struct ft1000_device to ft1000_usb 2013-01-07 12:33:45 -08:00
ft1000_download.c staging: ft1000: rename struct ft1000_device to ft1000_usb 2013-01-07 12:33:45 -08:00
ft1000_hw.c Staging: ft1000-usb: Fix call to obsolete function 2013-01-07 12:33:45 -08:00
ft1000_ioctl.h staging: ft1000: Merge common definitions from USB and PCMCIA drivers 2011-07-05 10:33:46 -07:00
ft1000_proc.c staging: ft1000: rename struct ft1000_device to ft1000_usb 2013-01-07 12:33:45 -08:00
ft1000_usb.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
ft1000_usb.h staging: ft1000: rename struct ft1000_device to ft1000_usb 2013-01-07 12:33:45 -08:00
ft3000.img Staging: Add support for Flarion OFDM usb and pcmcia devices. 2010-09-22 08:24:30 -07:00
Makefile staging: ft1000: Rename ft1000_chdev.c to ft1000_debug.c. 2010-12-16 12:18:25 -08:00