Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 400d324a authored by Wei Hu(Xavier)'s avatar Wei Hu(Xavier) Committed by Doug Ledford
Browse files

RDMA/hns: Delete the unnecessary initializing enum to zero



It deletes the unnecessary initializing enum to zero.

Signed-off-by: default avatarWei Hu (Xavier) <xavier.huwei@huawei.com>
Signed-off-by: default avatarShaobo Xu <xushaobo2@huawei.com>
Signed-off-by: default avatarLijun Ou <oulijun@huawei.com>
Reviewed-by: default avatarLeon Romanovsky <leonro@mellanox.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 78928a17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ enum {
};

enum hns_roce_mtt_type {
	MTT_TYPE_WQE = 0,
	MTT_TYPE_WQE,
	MTT_TYPE_CQE,
};