Re: [PATCH v3 1/3] of: Move simple-framebuffer device handling from simplefb to of

From: Javier Martinez Canillas
Date: Tue Dec 14 2021 - 03:37:46 EST


On Mon, Dec 13, 2021 at 3:50 PM Rob Herring <robh+dt@xxxxxxxxxx> wrote:
>
> On Mon, Dec 13, 2021 at 5:30 AM Javier Martinez Canillas
> <javier@xxxxxxxxxxxx> wrote:

[snip]

> >
> > You are right that passing NULL is a safe code path for now due the
> > of_device_is_available(node) check, but that seems fragile to me since
> > just adding a similar debug output to of_platform_device_create()
> > could trigger the NULL pointer dereference.
>
> All/most DT functions work with a NULL node ptr, so why should this
> one be different?
>

If you are OK with the patch as is, then I won't object :)

> Rob

Best regards,
Javier