]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: fix timestamp feature in set feature
authorGollu Appalanaidu <anaidu.gollu@samsung.com>
Thu, 25 Mar 2021 19:41:35 +0000 (01:11 +0530)
committerKeith Busch <kbusch@kernel.org>
Wed, 31 Mar 2021 21:48:17 +0000 (15:48 -0600)
commit34e8ad5e0058143c02a6cc602c6c8777169df02e
tree812807da3c3c86e61b03189d99367225d1c3d2be
parent3e0520ecad13b768519ca6b402d8be86e2a48c6b
nvme: fix timestamp feature in set feature

In Timestamp feature structure size is 8 bytes, since the 6th
and 7th bytes are reserved no need to change the data len
parameter to 6 bytes.

Signed-off-by: Gollu Appalanaidu <anaidu.gollu@samsung.com>
nvme.c