linux/drivers/staging/keucr
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 Staging: Remove ENE UB6250 MS card codes from keucr 2011-07-08 14:12:52 -07:00
Makefile Staging: Remove ENE UB6250 MS card codes from keucr 2011-07-08 14:12:52 -07:00
TODO staging: clean up Greg's email address in some TODO files 2012-02-15 14:45:40 -08:00
common.h staging/keucr: eliminate sparse warnings in ms.c 2011-05-10 11:19:54 -07:00
init.c Staging: keucr: init: fixed a brace coding style issue 2012-06-12 10:59:27 -07:00
init.h Staging: Remove ENE UB6250 MS card codes from keucr 2011-07-08 14:12:52 -07:00
scsiglue.c Staging: keucr: scsiglue: fixed a do while coding style issue 2012-06-13 12:20:16 -07:00
scsiglue.h Staging: add USB ENE card reader driver 2010-09-08 02:49:39 -07:00
smcommon.h staging: keucr: remove String func prototypes 2012-09-13 20:20:27 -07:00
smil.h Staging: keucr: Coding style fixes in smil.h 2011-08-23 14:38:44 -07:00
smilecc.c staging/keucr: fix keucr smilecc.c coding style 2011-05-18 08:22:39 -07:00
smilmain.c misc latin1 to utf8 conversions 2012-01-02 13:04:55 +01:00
smilsub.c Staging: keucr: fix comments, braces, whitespaces coding style issue in tm6000.h 2011-08-23 14:38:45 -07:00
smscsi.c Staging: keucr: Coding style fixes in smscsi.c 2011-08-23 14:38:43 -07:00
transport.c Staging: Remove ENE UB6250 MS card codes from keucr 2011-07-08 14:12:52 -07:00
transport.h usb/storage: a couple defines from drivers/usb/storage/transport.h to include/linux/usb/storage.h 2012-02-28 11:05:18 -08:00
usb.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
usb.h Staging: Remove ENE UB6250 MS card codes from keucr 2011-07-08 14:12:52 -07:00