commit | b5c84cd86e86d929a28eb322659f69db353cabb9 | [log] [tgz] |
---|---|---|
author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | Thu Oct 15 13:49:47 2015 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Oct 16 21:57:25 2015 -0700 |
tree | b0b51b9a69b40dd98a9c05f298bdb0cfdfce53b2 | |
parent | baba7c743a91da1fa5946da98ce86eddfe81a5fb [diff] |
staging: wilc1000: coreconfigurator: 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>