Dear Mauro Carvalho Chehab:
Thanks for your patches! Unfortunately the Media CI robot has not been
able to test them.
Make sure that the whole series 20250124080453.37597...@foz.lan is
available at lore. And that it can be cherry-picked on top the "next"
branch of "https://gitlab.freedesktop.org/
On Tue Oct 15 09:40:53 2024 +0800, Zhen Lei wrote:
> When function of_find_device_by_node() fails, it returns NULL instead of
> an error code. So the corresponding error check logic should be modified
> to check whether the return value is NULL and set the error code to be
> returned as -ENODEV.
>
On Thu Sep 19 14:27:55 2024 -0300, Desnes Nunes wrote:
> This fixes a 'ISO C90 forbids mixed declarations and code' compilation
> error on af9035_i2c_master_xfer, which is caused by the sanity check added
> on user controlled msg[i], before declaring the demodulator register.
>
> Fixes: 7bf744f2de