Re: [PATCH v5] drm/bridge: imx8qxp-pxl2dpi: avoid ERR_PTR with device_node cleanup
From: Guangshuo Li
Date: Wed May 06 2026 - 10:33:50 EST
Hi Liu,
On Wed, 6 May 2026 at 21:58, Guangshuo Li <lgs201920130244@xxxxxxxxx> wrote:
>
> I will also drop the unnecessary local NULL initialization for ep,
> since the helper initializes the output argument to NULL.
>
> I will send a v6.
>
> Best regards,
> Guangshuo
One correction to my previous reply: I will keep the local ep variable
in imx8qxp_pxl2dpi_find_next_bridge() initialized to NULL, since
checkpatch requires pointers with the __free attribute to be
initialized.
Best regards,
Guangshuo