diff options
| author | Tom Rix <[email protected]> | 2021-12-22 17:29:23 +0000 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2021-12-31 07:10:56 +0000 |
| commit | c5d692a2335d64ac390aeb8ab6c4ac9f662e1be4 (patch) | |
| tree | 91952b302d5b7989fe118b1da7a91610c525b3d7 /lib/mpi/mpi-mod.c | |
| parent | crypto: kdf - select SHA-256 required for self-test (diff) | |
| download | kernel-c5d692a2335d64ac390aeb8ab6c4ac9f662e1be4.tar.gz kernel-c5d692a2335d64ac390aeb8ab6c4ac9f662e1be4.zip | |
crypto: hisilicon - cleanup warning in qm_get_qos_value()
Building with clang static analysis returns this warning:
qm.c:4382:11: warning: The left operand of '==' is a garbage value
if (*val == 0 || *val > QM_QOS_MAX_VAL || ret) {
~~~~ ^
The call to qm_qos_value_init() can return an error without setting
*val. So check ret before checking *val.
Fixes: 72b010dc33b9 ("crypto: hisilicon/qm - supports writing QoS int the host")
Signed-off-by: Tom Rix <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions
