Re: [PATCH 2/2] drm/rockchip: dsi: Fix unbalanced clock on probe error

2021-09-27 Thread Chen-Yu Tsai
On Sat, Sep 25, 2021 at 7:24 AM Brian Norris wrote: > > Our probe() function never enabled this clock, so we shouldn't disable > it if we fail to probe the bridge. > > Noted by inspection. > > Fixes: 2d4f7bdafd70 ("drm/rockchip: dsi: migrate to use dw-mipi-dsi bridge > driver") > Signed-off-by:

[PATCH 2/2] drm/rockchip: dsi: Fix unbalanced clock on probe error

2021-09-24 Thread Brian Norris
Our probe() function never enabled this clock, so we shouldn't disable it if we fail to probe the bridge. Noted by inspection. Fixes: 2d4f7bdafd70 ("drm/rockchip: dsi: migrate to use dw-mipi-dsi bridge driver") Signed-off-by: Brian Norris --- drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c |