On Tue, Jan 11, 2022 at 10:18:06AM +0300, Dan Carpenter wrote: > The "ret" variable needs to be signed or there is an error message which > will not be printed correctly. > > Fixes: 0cec19c761e5 ("crypto: qat - add support for compression for 4xxx") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Thanks Dan. Acked-by: Giovanni Cabiddu <giovanni.cabiddu@xxxxxxxxx> @Herbert, there are 2 other (identical) patches in the list that fix the same issue: https://patchwork.kernel.org/project/linux-crypto/patch/YdWZm6QJAYbYTKAR@debian-BULLSEYE-live-builder-AMD64/ https://patchwork.kernel.org/project/linux-crypto/patch/20220105152005.43305-1-jiapeng.chong@xxxxxxxxxxxxxxxxx/ Since none of them made into the pull request for 5.17, I'm fine with taking this one as it is the only one which contains the Fixes tag. Regards, -- Giovanni