Re: [PATCH v2 03/28] drm/bridge/analogix: Use drm_bridge_init()

2019-12-05 Thread Laurent Pinchart
On Wed, Dec 04, 2019 at 11:48:04AM +, Mihail Atanassov wrote: > No functional change. > > The setting of bridge->of_node by drm_bridge_init() in > analogix_dp_core.c is safe, since ->of_node isn't used directly and the > bridge isn't published with drm_bridge_add(). Still, it's not the right

[PATCH v2 03/28] drm/bridge/analogix: Use drm_bridge_init()

2019-12-04 Thread Mihail Atanassov
No functional change. The setting of bridge->of_node by drm_bridge_init() in analogix_dp_core.c is safe, since ->of_node isn't used directly and the bridge isn't published with drm_bridge_add(). Signed-off-by: Mihail Atanassov --- drivers/gpu/drm/bridge/analogix/analogix-anx6345.c | 5 ++---