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 staging: drm/omap: add support for ARCH_MULTIPLATFORM 2012-10-30 11:10:00 -07:00
Makefile staging: drm/omap: use omapdss low level API 2013-01-07 12:24:36 -08:00
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 staging: drm/omap: Disable DMM debugfs for OMAP3 2012-03-07 13:38:07 -08:00
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 staging: drm/omap: add support for ARCH_MULTIPLATFORM 2012-10-30 11:10:00 -07:00
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_dmabuf.c Merge 3.8-rc5 into staging-next 2013-01-25 21:25:02 -08:00
omap_gem_helpers.c staging/omapdrm: Fix spacing coding style in omap_gem_helper.c 2012-11-14 16:31:04 -08:00
omap_gem.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
omap_irq.c staging: drm/omap: use omapdss low level API 2013-01-07 12:24:36 -08:00
omap_plane.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
tcm-sita.c staging:omapdrm Fix typos in drivers:omapdrm 2012-04-10 10:31:01 -07:00
tcm-sita.h
tcm.h drm/omap: Add OMAP5 support 2013-01-17 13:19:55 -08:00
TODO staging: drm/omap: use omapdss low level API 2013-01-07 12:24:36 -08:00