diff options
Diffstat (limited to 'drivers/infiniband/core/uverbs_cmd.c')
-rw-r--r-- | drivers/infiniband/core/uverbs_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/core/uverbs_cmd.c b/drivers/infiniband/core/uverbs_cmd.c index 1a8babb8ee3c..825021d1008b 100644 --- a/drivers/infiniband/core/uverbs_cmd.c +++ b/drivers/infiniband/core/uverbs_cmd.c | |||
@@ -1747,7 +1747,7 @@ static int create_qp(struct ib_uverbs_file *file, | |||
1747 | struct ib_srq *srq = NULL; | 1747 | struct ib_srq *srq = NULL; |
1748 | struct ib_qp *qp; | 1748 | struct ib_qp *qp; |
1749 | char *buf; | 1749 | char *buf; |
1750 | struct ib_qp_init_attr attr; | 1750 | struct ib_qp_init_attr attr = {}; |
1751 | struct ib_uverbs_ex_create_qp_resp resp; | 1751 | struct ib_uverbs_ex_create_qp_resp resp; |
1752 | int ret; | 1752 | int ret; |
1753 | 1753 | ||