Re: [PATCH v2] drm/debugfs: Drop conditionals around of_node pointers

2024-05-01 Thread Doug Anderson
Hi, On Tue, Apr 30, 2024 at 10:13 PM Sui Jingfeng wrote: > > Having conditional around the of_node pointer of the drm_bridge structure > is not necessary anymore, since drm_bridge structure always has the of_node > member since the commit d8dfccde2709 ("drm/bridge: Drop conditionals around > of_n

[PATCH v2] drm/debugfs: Drop conditionals around of_node pointers

2024-04-30 Thread Sui Jingfeng
Having conditional around the of_node pointer of the drm_bridge structure is not necessary anymore, since drm_bridge structure always has the of_node member since the commit d8dfccde2709 ("drm/bridge: Drop conditionals around of_node pointers"). So drop the conditional, please also note that this