]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: remove zeroout memset call for struct
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Wed, 16 Jun 2021 22:15:52 +0000 (15:15 -0700)
committerChristoph Hellwig <hch@lst.de>
Thu, 17 Jun 2021 13:51:21 +0000 (15:51 +0200)
commit33be0be63831092f3a38bf236d7e32f23727859d
treee4fe8c9355f9000fd00605ee58497af9d0b413d8
parentd48c6ca99e19625000ce36e3ec6eb98f7fc08b38
nvme: 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/core.c.

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