Re: [PATCH v6 2/4] drm/bridge: Drop conditionals around of_node pointers

2023-09-06 Thread Doug Anderson
Hi, On Thu, Aug 31, 2023 at 1:10 AM Biju Das wrote: > > This patch is based on commit c9e358dfc4a8 ("driver-core: remove > conditionals around devicetree pointers"). > > Having conditional around the of_node pointer of the drm_bridge > structure turns out to make driver code use ugly #ifdef block

[PATCH v6 2/4] drm/bridge: Drop conditionals around of_node pointers

2023-08-31 Thread Biju Das
This patch is based on commit c9e358dfc4a8 ("driver-core: remove conditionals around devicetree pointers"). Having conditional around the of_node pointer of the drm_bridge structure turns out to make driver code use ugly #ifdef blocks. Drop the conditionals to simplify drivers. While this slightly