]> git.samba.org - sfrench/cifs-2.6.git/commit
RDMA/cm: Remove useless zeroing of static global variable
authorLeon Romanovsky <leonro@mellanox.com>
Tue, 2 Apr 2019 12:39:55 +0000 (15:39 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Thu, 4 Apr 2019 11:29:04 +0000 (08:29 -0300)
commitc7252a6532995fe6971295b7878e5a74b4f85d0c
tree37fe22d2a4934fe13b51f6a0237ea8634e7005e2
parentd2c33370ae73105c7c7df8f7048d20653991b4cb
RDMA/cm: Remove useless zeroing of static global variable

Static global variables are initialized to zero by C standard,
there is no need to zero them again.

Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/core/cm.c