On Sun, Oct 20, 2019 at 08:57:24AM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > IB devices are allocated with kzalloc and don't need explicit zero > assignments for their parameters. It can be removed safely. > > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe.c | 13 ------------- > drivers/infiniband/sw/rxe/rxe_param.h | 13 ------------- > 2 files changed, 26 deletions(-) Applied to for-next, thanks Jason