Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: qat - check return code of qat_hal_rd_rel_reg()
Check the return code of the function qat_hal_rd_rel_reg() and return it to the caller. This is to fix the following warning when compiling the driver with clang scan-build: drivers/crypto/qat/qat_common/qat_hal.c:1436:2: warning: 6th function call argument is an uninitialized value Signed-off-by: Jack Xu <[email protected]> Co-developed-by: Zhehui Xiang <[email protected]> Signed-off-by: Zhehui Xiang <[email protected]> Reviewed-by: Giovanni Cabiddu <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information