linux/drivers/staging/rtl8723au
Bhumika Goyal c15cc49810 Staging: rtl8723au: Remove print statements and debug messages
The  memory allocation functions generates a call stack containing
all the context information on failure, so print statements and debug
messages can be removed on failure of these functions. Also remove
unwanted {} around if block after removal of these messages.
Done using coccinelle:

@@
expression e;
@@

e=\(kmalloc\|kmalloc\|kmalloc_array\|alloc_netdev\|kzalloc\|
   devm_kzalloc\|devm_ioremap\)(...);
...
if(!e){
- \(DBG_8723A\|printk\|pr_err\|CERROR\|DBG_88E\)(...);
...when any
}

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-03-11 22:09:09 -08:00
..
core staging: rtl8723au: Eliminate commented out code 2016-03-11 22:09:09 -08:00
hal Staging: rtl8723au: Remove print statements and debug messages 2016-03-11 22:09:09 -08:00
include Staging: rtl8723au: Replace header files 2016-02-14 16:49:09 -08:00
os_dep Staging: rtl8723au: Remove print statements and debug messages 2016-03-11 22:09:09 -08:00
Kconfig staging: rtl8723au: Remove P2P/WiFiDirect/WiFiDisplay code 2014-04-15 11:03:56 -07:00
Makefile staging: rtl8723au: Fold rtw_ack_tx_done23a() into rtw23a_sctx_done_err() 2014-12-02 16:40:00 -08:00
TODO staging: rtl8*: fix my email address up 2016-02-11 19:33:46 -08:00