> > Subject: [PATCH] common/qat: fix null dereference in release function
> >
> > This commit fixes NULL dereference in the release function, and three
> additional
> > coverity issues related to NULL check.
> >
> > Coverity issue: 415038
> > Coverity issue: 415050
> > Coverity issue: 415052
> > Coverity issue: 415053
> > Fixes: 477d7d051211 ("common/qat: decouple drivers from common code")
> >
> > Signed-off-by: Arkadiusz Kusztal <arkadiuszx.kusz...@intel.com>
> > ---
> > drivers/common/qat/qat_device.c | 14 +++++++-------
> > drivers/compress/qat/qat_comp_pmd.c | 6 ++++--
> > drivers/crypto/qat/qat_asym.c | 5 ++---
> > drivers/crypto/qat/qat_sym.c | 4 ++--
> > 4 files changed, 15 insertions(+), 14 deletions(-)
> >
>
> Acked-by: Ciara Power <ciara.po...@intel.com>
Applied to dpdk-next-crypto
Thanks.