]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-fabrics: remove memset in connect admin q
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Tue, 15 Jun 2021 02:45:53 +0000 (19:45 -0700)
committerChristoph Hellwig <hch@lst.de>
Thu, 17 Jun 2021 13:51:19 +0000 (15:51 +0200)
commit3494d26feacf8520f69d5297d25f848eff2ffd7d
tree13192123870a8525d61352e382e8f07cde86d669
parent5c57ae277b1cd1d927dc9fdca56addc98f7d8372
nvme-fabrics: remove memset in connect admin q

Declare and initialize structure variable to the zero values so that we
can get rid of the zeroout memset call.

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