summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2014-05-19 19:25:48 +0800
committerTero Kristo <t-kristo@ti.com>2014-06-19 14:52:31 +0300
commit8d2f9e8eca807479c83c8f765b6859838da618eb (patch)
treea433b3d127650d24d7ee4d54451c399fc2bf718b /scripts/objdiff
parent6c7ee8905d54e66d01902c59490bbc99d87d4efb (diff)
downloadkernel-8d2f9e8eca807479c83c8f765b6859838da618eb.tar.gz
clk: ti: dra7: return error code in failure case
Add a returned error code in the MAX_APLL_WAIT_TRIES case. Remove the updating of the return variable r to 0 if MAX_APLL_WAIT_TRIES is not yet reached, because r is already 0 at this point. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
c04c7'>selftests/seccomp: Don't call read() on TTY from background pgrpJann Horn 2022-01-10Merge tag 'seccomp-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2021-11-03selftests/seccomp: Report event mismatches more clearlyKees Cook 2021-11-03selftests/seccomp: Stop USER_NOTIF test if kcmp() failsKees Cook 2021-10-25selftests/seccomp: Use __BYTE_ORDER__Ilya Leoshkevich 2021-06-28Merge tag 'seccomp-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2021-06-28selftests/seccomp: More closely track fds being assignedKees Cook 2021-06-28selftests/seccomp: Add test for atomic addfd+sendRodrigo Campos 2021-05-21powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference b...Nicholas Piggin 2021-02-22Merge tag 'topic/kcmp-kconfig-2021-02-22' of git://anongit.freedesktop.org/dr...Linus Torvalds 2021-02-16kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson 2021-02-09selftests/seccomp: Accept any valid fd in user_notification_addfdSeth Forshee