aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs/test_autoload.c
diff options
context:
space:
mode:
authorRuan Jinjie <[email protected]>2023-08-08 11:29:43 +0800
committerMiquel Raynal <[email protected]>2023-08-18 16:38:33 +0200
commitf504551b7f153c52e52154b989266c11a17590f3 (patch)
tree3f8526f242851dccea6713f8fe61b7ed11e07886 /tools/testing/selftests/bpf/progs/test_autoload.c
parent93ca966b4a2022c2f70ca08b6769e0276a630fa0 (diff)
mtd: rawnand: Propagate error and simplify ternary operators for brcmstb_nand_wait_for_completion()
As bcmnand_ctrl_poll_status() return negative errno, so return true if sts < 0. The < 0 case does not exist for wait_for_completion_timeout(), so return true if sts = 0 and zero otherwise. Both of the true return of them can be considered as a -ETIMEDOUT err, so return -ETIMEDOUT if err is true to propagate err from its caller. Signed-off-by: Ruan Jinjie <[email protected]> Reviewed-by: William Zhang <[email protected]> Signed-off-by: Miquel Raynal <[email protected]> Link: https://lore.kernel.org/linux-mtd/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions