]> git.baikalelectronics.ru Git - kernel.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)
commit76eba99c211d8cc8665563f179c9503438a2e285
tree37fe22d2a4934fe13b51f6a0237ea8634e7005e2
parent06fd0c174b54680f6eca65338fda7b2efab89d0b
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