RDMA/rxe: Remove useless rxe_init_device_param assignments
authorLeon Romanovsky <leonro@mellanox.com>
Sun, 20 Oct 2019 05:57:24 +0000 (08:57 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Thu, 24 Oct 2019 18:20:18 +0000 (15:20 -0300)
commitdc2f7edcc01219fbbb517c1245dac46d30edaf93
tree26b32bf7359365a611d03017541fa73952a6b6f3
parentac71ffcfb457a98f0386d682de107ef746bcb60e
RDMA/rxe: Remove useless rxe_init_device_param assignments

IB devices are allocated with kzalloc and don't need explicit zero
assignments for their parameters. It can be removed safely.

Link: https://lore.kernel.org/r/20191020055724.7410-1-leon@kernel.org
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/sw/rxe/rxe.c
drivers/infiniband/sw/rxe/rxe_param.h