linux/drivers/staging/rdma
Amitoj Kaur Chawla 4690ba0d4f staging: rdma: hfi1: sysfs: 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 23:01:02 -07:00
..
amso1100 Staging: rdma: amso1100: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
ehca IB/ehca: fix handling idr_alloc result 2015-10-04 19:50:05 +01:00
hfi1 staging: rdma: hfi1: sysfs: Remove useless initialisation 2015-10-16 23:01:02 -07:00
ipath Staging: rdma: ipath: Use kcalloc instead of kzalloc to allocate array 2015-10-12 20:35:21 -07:00
Kconfig staging/rdma: Kconfig change STAGING_RDMA to be tristate. 2015-09-29 03:42:27 +02:00
Makefile IB/ehca: Deprecate driver, move to staging, schedule deletion 2015-09-11 18:13:35 -04:00