On Thu, Feb 20, 2020 at 09:34:31AM +0800, Weihang Li wrote: > From: Lang Cheng <chenglang@xxxxxxxxxx> > > Prevent uninitialized fields when new fields are added, and make code > look simpler. > > Signed-off-by: Lang Cheng <chenglang@xxxxxxxxxx> > Signed-off-by: Weihang Li <liweihang@xxxxxxxxxx> > --- > Changes since v1: > - Just rebase against the for-next branch. > > drivers/infiniband/hw/hns/hns_roce_hw_v1.c | 9 ++------- > drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 5 +---- > 2 files changed, 3 insertions(+), 11 deletions(-) Applied to for-next, thanks Jason