linux/drivers/staging/rtl8723au
Heena Sirwani 911f2921c4 Staging: rtl8723au: os_dep: Removed variable that is always 0.
The following patch removes a variable that is always 0 using
coccinelle.
The semaintic patch used is as follows:

@@
identifier ret;
@@

-int ret = 0;
 ... when != ret
     when strict
-return ret;
+return 0;

Signed-off-by: Heena Sirwani <heenasirwani@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-10-20 10:29:11 +08:00
..
core Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2014-10-08 21:40:54 -04:00
hal staging: rtl8723au: hal: Removed unnecessary braces. 2014-09-28 23:11:26 -04:00
include Staging: rtl8723au: include: Remove unnecessary macro 2014-10-20 10:29:11 +08:00
os_dep Staging: rtl8723au: os_dep: Removed variable that is always 0. 2014-10-20 10:29:11 +08:00
Kconfig staging: rtl8723au: Remove P2P/WiFiDirect/WiFiDisplay code 2014-04-15 11:03:56 -07:00
Makefile staging: rtl8723au: Add compiler check for -Wtype-limits 2014-06-18 14:08:58 -07:00
TODO staging: r8723au: Turn on build of new driver 2014-04-05 14:53:46 -07:00