linux/drivers/staging/wilc1000
Amitoj Kaur Chawla baba7c743a staging: wilc1000: wilc_wfi_cfgoperations: Remove useless initialisation
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 21:57:25 -07:00
..
coreconfigurator.c staging: wilc1000: rename the member variable, ps8WidVal of wid 2015-10-12 20:58:01 -07:00
coreconfigurator.h staging: wilc1000: rename the member variable, ps8WidVal of wid 2015-10-12 20:58:01 -07:00
host_interface.c staging: wilc1000: join_req_drv can be static 2015-10-16 21:55:47 -07:00
host_interface.h staging: wilc1000: rename u32Length of struct rcvd_net_info 2015-10-13 10:01:53 -07:00
Kconfig staging: wilc1000: remove BROKEN status 2015-09-12 18:24:54 -07:00
linux_mon.c staging: wilc1000: remove extern declarations of g_linux_wlan 2015-10-16 21:31:25 -07:00
linux_wlan_common.h wilc1000 : Use BIT() macro where possible 2015-09-30 04:57:43 +02:00
linux_wlan_sdio.c staging: wilc1000: remove extern declarations of g_linux_wlan 2015-10-16 21:31:25 -07:00
linux_wlan_sdio.h
linux_wlan_spi.c staging: wilc1000: linux_wlan_spi: include header 2015-10-12 20:59:18 -07:00
linux_wlan_spi.h staging: wilc1000: linux_wlan_spi: correct types 2015-10-12 20:59:18 -07:00
linux_wlan.c staging: wilc1000: remove typedef from the linux_wlan_t 2015-10-16 21:34:12 -07:00
Makefile staging: wilc1000: remove wilc_wlan.c included in wilc_wfi_cfgoperations.c 2015-10-12 20:58:01 -07:00
TODO staging: wilc1000: update TODO list 2015-06-02 13:55:40 +09:00
wilc_debugfs.c staging: wilc1000: Process WARN, INFO options of debug levels from user 2015-08-17 12:46:31 -07:00
wilc_msgqueue.c Staging: wilc1000: wilc_msgqueue: Use kmemdup instead of kmalloc and memcpy 2015-10-12 21:01:28 -07:00
wilc_msgqueue.h staging: wilc1000: remove wilc_platform.h include file 2015-09-29 02:38:30 +02:00
wilc_sdio.c staging: wilc1000: remove unused functions 2015-10-08 10:56:03 +01:00
wilc_spi.c staging: wilc1000: use ARRAY_SIZE macro 2015-10-02 12:05:53 +02:00
wilc_wfi_cfgoperations.c staging: wilc1000: wilc_wfi_cfgoperations: Remove useless initialisation 2015-10-16 21:57:25 -07:00
wilc_wfi_cfgoperations.h staging: wicl1000: remove duplicated operand in OR operation 2015-09-29 04:16:29 +02:00
wilc_wfi_netdevice.h staging: wilc1000: remove typedef from the tstrInterfaceInfo 2015-10-16 21:34:12 -07:00
wilc_wlan_cfg.c Staging: wilc1000: wilc_wlan_cfg: Remove unnecessary cast 2015-10-13 14:36:12 -07:00
wilc_wlan_cfg.h staging: wilc1000: remove function pointer cfg_init 2015-10-02 12:02:15 +02:00
wilc_wlan_if.h staging: wilc1000: remove typedef from tenuWIDtype 2015-10-12 20:58:01 -07:00
wilc_wlan.c Staging: wilc1000: wilc_wlan: Remove unnecessary cast 2015-10-13 10:07:06 -07:00
wilc_wlan.h staging: wilc1000: remove function pointer cfg_init 2015-10-02 12:02:15 +02:00