Re: [PATCH] drm/bridge: it66121: Remove a duplicated invoke of of_device_is_available()

2024-03-18 Thread Neil Armstrong
Hi, On Sun, 17 Mar 2024 01:44:19 +0800, Sui Jingfeng wrote: > The calling of of_device_is_available() in it66121_probe() is duplicated, > as the of_graph_get_remote_node() has already do the check for us. There > is no need to call it again, thus delete the later one. > > Thanks, Applied to

Re: [PATCH] drm/bridge: it66121: Remove a duplicated invoke of of_device_is_available()

2024-03-16 Thread Dmitry Baryshkov
On Sat, 16 Mar 2024 at 19:44, Sui Jingfeng wrote: > > The calling of of_device_is_available() in it66121_probe() is duplicated, > as the of_graph_get_remote_node() has already do the check for us. There > is no need to call it again, thus delete the later one. > > Signed-off-by: Sui Jingfeng >

[PATCH] drm/bridge: it66121: Remove a duplicated invoke of of_device_is_available()

2024-03-16 Thread Sui Jingfeng
The calling of of_device_is_available() in it66121_probe() is duplicated, as the of_graph_get_remote_node() has already do the check for us. There is no need to call it again, thus delete the later one. Signed-off-by: Sui Jingfeng --- drivers/gpu/drm/bridge/ite-it66121.c | 6 -- 1 file