diff options
author | Sergey Shtylyov <[email protected]> | 2023-07-19 23:22:51 +0300 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2023-07-28 22:08:58 +0200 |
commit | b56e23bf0c606b68df2919317f7065dabe3c4e86 (patch) | |
tree | 09f09b41057b8350a894d13267fae8f2657c0047 /tools/perf/util/trace-event-scripting.c | |
parent | 87b549efcb0f7934b0916d2a00607a878b6f1e0f (diff) |
pinctrl: core: handle radix_tree_insert() errors in pinctrl_generic_add_group()
pinctrl_generic_add_group() doesn't check the result of radix_tree_insert()
despite they both may return a negative error code. Linus Walleij said he
has copied the radix tree code from kernel/irq/ where the functions calling
radix_tree_insert() are *void* themselves; I think it makes more sense to
propagate the errors from radix_tree_insert() upstream if we can do that...
Found by Linux Verification Center (linuxtesting.org) with the Svace static
analysis tool.
Signed-off-by: Sergey Shtylyov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions