1
0
Fork 0
alistair23-linux/drivers/staging/unisys
Amitoj Kaur Chawla 8d53d80b12 staging: unisys: 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:59:36 -07:00
..
Documentation staging: unisys: visorhid: rename to visorinput 2015-10-04 09:53:34 +01:00
include staging: unisys: diagchannel.h: get rid of unused fields 2015-10-12 20:51:19 -07:00
visorbus Staging: unisys: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
visorhba Staging: unisys: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
visorinput staging: unisys: Remove useless intialisation 2015-10-16 22:59:36 -07:00
visornic staging: unisys: visornic: prevent faults if driver re-loaded during stress 2015-10-12 20:49:29 -07:00
Kconfig staging: unisys: visorhid: rename to visorinput 2015-10-04 09:53:34 +01:00
MAINTAINERS staging: s-Par driver documentation 2014-03-04 17:04:28 -08:00
Makefile staging: unisys: visorhid: rename to visorinput 2015-10-04 09:53:34 +01:00
TODO staging: unisys: documentation and TODO tweaks 2015-09-12 18:24:43 -07:00