Re: [PATCH v5 2/3] drm/bridge: Drop conditionals around of_node pointers

2023-08-30 Thread Laurent Pinchart
Hi Biju, Thank you for the patch. In the commit message, s/pointers/pointer/ as you're only touching a single one. On Wed, Aug 30, 2023 at 06:08:18PM +0100, Biju Das wrote: > The commit c9e358dfc4a8 ("driver-core: remove conditionals around > devicetree pointers") supposed to remove conditionals

Re: [PATCH v5 2/3] drm/bridge: Drop conditionals around of_node pointers

2023-08-30 Thread Doug Anderson
Hi, On Wed, Aug 30, 2023 at 10:08 AM Biju Das wrote: > > The commit c9e358dfc4a8 ("driver-core: remove conditionals around > devicetree pointers") supposed to remove conditionals around of_node > pointer, but it missed out drm/bridge.h. So drop #if conditionals by > adding struct device_node forw