nvme-pci: remove zeroout memset call for struct
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Wed, 16 Jun 2021 22:15:53 +0000 (15:15 -0700)
committerChristoph Hellwig <hch@lst.de>
Thu, 17 Jun 2021 13:51:21 +0000 (15:51 +0200)
commitf66e2804d61aef690bb428d8de6a127f844bb240
treeeff79f16e34e69dfbfcd87274e2c6537ac0d5c8c
parent8abd7e2a753ad5ae59c3ca918e71f437c0c4b344
nvme-pci: remove zeroout memset call for struct

Declare and initialize structure variables to zero values so that we can
remove zeroout memset calls in the host/pci.c.

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c