On Fri, May 10, 2024 at 1:18 PM Marek Behún <kabel@xxxxxxxxxx> wrote: > > Add the basic skeleton for a new platform driver for the microcontroller > found on the Turris Omnia board. ... > + err = omnia_cmd_read(client, cmd, &reply, sizeof(reply)); > + if (!err) > + *dst = le32_to_cpu(reply); > + > + return err; Introduced here and "fixed" in the next patch. Something wrong with rebasing / squashing? You will need a v11 anyway. And you have now much more time for it, don't forget to update the kernel version and date in the ABI documentation. -- With Best Regards, Andy Shevchenko