linux/drivers/staging/omapdrm
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
TODO
omap_connector.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
omap_crtc.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
omap_debugfs.c
omap_dmm_priv.h drm/omap: Add OMAP5 support 2013-01-17 13:19:55 -08:00
omap_dmm_tiler.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
omap_dmm_tiler.h
omap_drm.h
omap_drv.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
omap_drv.h drm/omap: Add PM capabilities 2013-01-17 13:19:55 -08:00
omap_encoder.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
omap_fb.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
omap_fbdev.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
omap_gem.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
omap_gem_dmabuf.c Merge 3.8-rc5 into staging-next 2013-01-25 21:25:02 -08:00
omap_gem_helpers.c
omap_irq.c
omap_plane.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
tcm-sita.c
tcm-sita.h
tcm.h drm/omap: Add OMAP5 support 2013-01-17 13:19:55 -08:00