linux/drivers/staging/tidspbridge/rmgr
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
..
dbdcd.c staging: tidspbridge: fix memory corruption on long string names 2013-01-17 16:47:13 -08:00
disp.c staging: tidspbridge: remove disp_init() and disp_exit() 2012-03-09 13:21:06 -08:00
drv.c staging: tidspbridge: change type to __iomem for per and core addresses 2012-10-24 16:31:31 -07:00
drv_interface.c staging: tidspbridge: remove unused code to handle iva_img 2013-01-17 16:47:13 -08:00
dspdrv.c staging: tidspbridge: Fix typos. 2012-08-13 19:06:59 -07:00
mgr.c staging: tidspbridge: Fix typos. 2012-08-13 19:06:59 -07:00
nldr.c staging: tidspbridge: fix uninitialized variable sym_name 2013-01-17 16:47:13 -08:00
node.c staging: tidspbridge: fix uninitialized variable sym_name 2013-01-17 16:47:13 -08:00
proc.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
pwr.c staging: tidspbridge: set4 remove hungarian from structs 2011-02-04 20:12:13 -06:00
rmm.c staging: tidspbridge: remove rmm_init() and rmm_exit() 2012-03-09 13:21:07 -08:00
strm.c staging: tidspbridge: remove strm_init() and strm_exit() 2012-03-09 13:21:06 -08:00