]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: fix securuty send and receive commands result field
authorGollu Appalanaidu <anaidu.gollu@samsung.com>
Sat, 27 Feb 2021 19:40:01 +0000 (01:10 +0530)
committerKeith Busch <kbusch@kernel.org>
Tue, 2 Mar 2021 19:38:38 +0000 (12:38 -0700)
commitd657550cfa8102a275408d7aca9a77c4e411ba36
tree8073636e6b5c469ae733400dc515bcb584223d51
parent934e39f7db4b66dbfaa7730b99cf9df8d9616c1d
nvme: fix securuty send and receive commands result field

Security Send and Receive commands doesn't fill the CQE CDW0,
remove uncessary passing of result field in both the commands.
The changes are made in RPMB related files since it is dependent
on these commands. RPMB operations only result field as part of
the dataframe and this result is completely different from the
CQE CDW0.

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