]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
staging: rtl8723au: core: rtw_ap: Remove useless intialisation
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>
Thu, 15 Oct 2015 08:08:21 +0000 (13:38 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 05:10:37 +0000 (22:10 -0700)
commitd538ae34be092486fea32431232bc5cc58df4545
treef8240f1cb6f1aced190abe821c1bad1c6caa47a8
parente847655a29384c4a5275b30b0bc553bd2b152e4f
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>
drivers/staging/rtl8723au/core/rtw_ap.c