]> git.ipfire.org Git - thirdparty/kernel/stable.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)
commitcc72c4426764d1716839e9ec591ee8e161ed5cbc
treee4fe8c9355f9000fd00605ee58497af9d0b413d8
parentf66e2804d61aef690bb428d8de6a127f844bb240
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