linux/drivers/staging/gdm72xx
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
gdm_qos.c staging/gdm72xx: Use netdev_ or pr_ printks in gdm_qos.c 2012-10-30 10:33:51 -07:00
gdm_qos.h staging/gdm72xx: remove camel-case vars in gdm_qos 2012-09-11 12:09:31 -07:00
gdm_sdio.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
gdm_sdio.h
gdm_usb.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal 2012-12-12 12:22:13 -08:00
gdm_usb.h staging/gdm72xx: gdm_usb coding style clean up 2012-09-12 09:52:10 -07:00
gdm_wimax.c staging: gdm72xx: use %pI4 format to print IPv4 address and remove last usage of NIP6 2012-11-28 08:48:39 -08:00
gdm_wimax.h
hci.h
netlink_k.c staging/gdm72xx: Use netdev_ or pr_ printks in netlink_k.c 2012-10-30 10:33:51 -07:00
netlink_k.h
sdio_boot.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
sdio_boot.h
usb_boot.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
usb_boot.h
usb_ids.h
wm_ioctl.h