Re: [PATCH] drm/nouveau/tegra: remove needless NULL check

2022-05-23 Thread Lyude Paul
Reviewed-by: Lyude Paul Will push to the appropriate branch in a moment On Thu, 2022-05-19 at 15:29 +0800, Guo Zhengkui wrote: > There has already been NULL check in clk_prepare_enable() and > clk_disable_unprepare(), so remove needless NULL check before > calling them. > > Signed-off-by: Guo Z

[PATCH] drm/nouveau/tegra: remove needless NULL check

2022-05-19 Thread Guo Zhengkui
There has already been NULL check in clk_prepare_enable() and clk_disable_unprepare(), so remove needless NULL check before calling them. Signed-off-by: Guo Zhengkui --- drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff