crypto: qat - fix definition of ring reset results
authorGiovanni Cabiddu <giovanni.cabiddu@intel.com>
Fri, 24 Dec 2021 11:05:32 +0000 (11:05 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 31 Dec 2021 07:10:56 +0000 (18:10 +1100)
commit4cab5dfd15b77cde2b965bbf71a86876a42684da
tree3fc7c562015022854b3f14c6b06a2c191104a465
parentc5d692a2335d64ac390aeb8ab6c4ac9f662e1be4
crypto: qat - fix definition of ring reset results

The ring reset result values are defined starting from 0x1 instead of 0.
This causes out-of-tree drivers that support this message to understand
that a ring reset failed even if the operation was successful.

Fix by starting the definition of ring reset result values from 0.

Fixes: 0bba03ce9739 ("crypto: qat - add PFVF support to enable the reset of ring pairs")
Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Reported-by: Adam Guerin <adam.guerin@intel.com>
Reviewed-by: Marco Chiappero <marco.chiappero@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/qat/qat_common/adf_pfvf_msg.h