This patch removes LIST_END enumerators references from
Intel QuickAssist Technology asymmetric crypto PMD.

Signed-off-by: Arek Kusztal <arkadiuszx.kusz...@intel.com>
---
 drivers/crypto/qat/qat_asym.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/crypto/qat/qat_asym.c b/drivers/crypto/qat/qat_asym.c
index 85973812a..9157151d9 100644
--- a/drivers/crypto/qat/qat_asym.c
+++ b/drivers/crypto/qat/qat_asym.c
@@ -742,11 +742,6 @@ qat_asym_session_configure(struct rte_cryptodev *dev,
                        err = -EINVAL;
                        goto error;
                }
-       } else if (xform->xform_type >= RTE_CRYPTO_ASYM_XFORM_TYPE_LIST_END
-                       || xform->xform_type <= RTE_CRYPTO_ASYM_XFORM_NONE) {
-               QAT_LOG(ERR, "Invalid asymmetric crypto xform");
-               err = -EINVAL;
-               goto error;
        } else {
                QAT_LOG(ERR, "Asymmetric crypto xform not implemented");
                err = -EINVAL;
-- 
2.17.1

Reply via email to