]> Git Repo - u-boot.git/commit
riscv: remove redundant logical constraint.
authorHeinrich Schuchardt <[email protected]>
Mon, 3 Aug 2020 21:33:42 +0000 (23:33 +0200)
committerAndes <[email protected]>
Fri, 14 Aug 2020 06:39:09 +0000 (14:39 +0800)
commit023dba13668756e54ac4522543d91840f8f34db5
tree3bcb6f029a1ce83d83037b9b56ccb3c62ef3bd37
parent3581811dc26fdf9eef05a7de9f654dc6a7a2596a
riscv: remove redundant logical constraint.

After

    if (ret) return ret;

we know that ret is zero. Don't check it again.

Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
arch/riscv/lib/andes_plic.c
This page took 0.0311 seconds and 4 git commands to generate.