Re: [PATCH] drm/bridge: ti-sn65dsi86: remove redundant null check

2020-10-16 Thread Sam Ravnborg
Hi Yu Wang On Wed, Sep 30, 2020 at 08:18:59AM +, Xu Wang wrote: > Because clk_disable_unprepare already checked NULL clock parameter, > so the additional checks are unnecessary, just remove it > > Signed-off-by: Xu Wang Thanks, applied to drm-misc-next. I will appear in linux-next in a few

[PATCH] drm/bridge: ti-sn65dsi86: remove redundant null check

2020-09-30 Thread Xu Wang
Because clk_disable_unprepare already checked NULL clock parameter, so the additional checks are unnecessary, just remove it Signed-off-by: Xu Wang --- drivers/gpu/drm/bridge/ti-sn65dsi86.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git