linux/drivers/staging/rtl8187se/ieee80211
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
..
dot11d.c staging/rtl8187se: Fix spacing coding style in ieee80211/dot11d.c 2013-01-07 12:48:20 -08:00
dot11d.h Staging: rtl8187se/ieee80211: remove unused dump_chnl_map() 2009-09-15 12:01:28 -07:00
ieee80211.h staging/rtl8187se: Fix compile warning 'is static but declared in .. which is not static' 2012-10-29 15:01:02 -07:00
ieee80211_crypt.c staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_crypt.c 2012-11-21 13:59:59 -08:00
ieee80211_crypt.h staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_crypt.h 2012-11-21 13:59:59 -08:00
ieee80211_crypt_ccmp.c staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_crypt_ccmp.c 2012-11-21 14:00:00 -08:00
ieee80211_crypt_tkip.c Remove unneeded version.h includes from drivers/staging/rtl*/ 2011-07-05 10:39:40 -07:00
ieee80211_crypt_wep.c staging/rtl8187se: Fix spacing coding style in ieee80211/ieee80211_crypt_wep.c 2012-11-21 14:00:00 -08:00
ieee80211_module.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
ieee80211_rx.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
ieee80211_softmac.c staging: rtl8187se: using random_ether_addr() to generate random MAC 2012-09-04 14:10:08 -07:00
ieee80211_softmac_wx.c staging/rtl8187se: Use netdev_ printks in ieee80211/ieee80211_softmac_wx.c 2012-11-27 09:20:31 -08:00
ieee80211_tx.c staging: Remove test of is_broadcast with is_multicast 2012-05-09 13:52:23 -07:00
ieee80211_wx.c staging/rtl8187se: Use netdev_ printks in ieee80211/ieee80211_wx.c 2013-01-07 12:47:01 -08:00