On Wed, Jul 19, 2023 at 10:23 PM Sergey Shtylyov <s.shtylyov@xxxxxx> wrote: > The code in drivers/pinctrl/ doesn't check the results of radix_tree_insert() > calls, although it could propagate the errors from the callers upstream. > (Linus Walleij said he has copied the radix tree code from kernel/irq/, > where the functions calling radix_tree_insert() are *void* themselves.) The fix is spot on. Patches applied! Yours, Linus Walleij