On Fri, Oct 22, 2021 at 4:13 PM Emil Renner Berthing <kernel@xxxxxxxx> wrote: > On Fri, 22 Oct 2021 at 14:34, Andy Shevchenko <andy.shevchenko@xxxxxxxxx> wrote: ... > Hmm.. this function doesn't return int, but struct clk_hw *, hence the ERR_PTR. Ah, indeed, sorry. Got your point. Of course one may try 'return ERR_PTR(dev_err_probe())', but this looks ugly. -- With Best Regards, Andy Shevchenko