The `status` variable is of type int but it is used to store the output of an s8 type returned by the functions qat_comp_get_xlt_status() and qat_comp_get_cmp_status(). Declare `status` as `s8` to match the output type of the two functions. This commit does not implement any functional changes. Signed-off-by: Meadhbh Fitzpatrick <meadhbh.fitzpatrick@xxxxxxxxx> Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@xxxxxxxxx> Reviewed-by: Damian Muszynski <damian.muszynski@xxxxxxxxx> --- drivers/crypto/qat/qat_common/qat_comp_algs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/qat/qat_common/qat_comp_algs.c b/drivers/crypto/qat/qat_common/qat_comp_algs.c index b533984906ec..726b71d2a4a8 100644 --- a/drivers/crypto/qat/qat_common/qat_comp_algs.c +++ b/drivers/crypto/qat/qat_common/qat_comp_algs.c @@ -183,7 +183,7 @@ static void qat_comp_generic_callback(struct qat_compression_req *qat_req, int consumed, produced; s8 cmp_err, xlt_err; int res = -EBADMSG; - int status; + s8 status; u8 cnv; status = qat_comp_get_cmp_status(resp); -- 2.37.3 -------------------------------------------------------------- Intel Research and Development Ireland Limited Registered in Ireland Registered Office: Collinstown Industrial Park, Leixlip, County Kildare Registered Number: 308263 This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.