2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-01 10:13:58 +08:00
linux-next/drivers/staging/rtl8723au
Amitoj Kaur Chawla d538ae34be staging: rtl8723au: core: rtw_ap: Remove useless intialisation
Remove intialisation of a variable that is immediately reassigned.

The semantic patch used to find this is:

// <smpl>
@@
type T;
identifier x;
constant C;
expression e;
@@

T x
- = C
 ;
x = e;
// </smpl>

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-16 22:10:37 -07:00
..
core staging: rtl8723au: core: rtw_ap: Remove useless intialisation 2015-10-16 22:10:37 -07:00
hal staging: rtl8723au: hal: Remove useless intialisation 2015-10-16 22:10:37 -07:00
include staging: rtl8723au: remove unimplemented function declarations 2015-09-12 18:24:38 -07:00
os_dep Staging driver patches for 4.2-rc1 2015-06-26 15:46:08 -07: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: r8723au: Turn on build of new driver 2014-04-05 14:53:46 -07:00