Re: [PATCH] drm/bridge: nwl-dsi: Fix PM disable depth imbalance in nwl_dsi_probe

2022-01-05 Thread Robert Foss
Hey Miaoqian, Thanks for submitting this patch! On Wed, 5 Jan 2022 at 11:48, Miaoqian Lin wrote: > > The pm_runtime_enable will increase power disable depth. > Thus a pairing decrement is needed on the error handling > path to keep it balanced according to context. > > Fixes: 44cfc62 ("drm/bridg

[PATCH] drm/bridge: nwl-dsi: Fix PM disable depth imbalance in nwl_dsi_probe

2022-01-05 Thread Miaoqian Lin
The pm_runtime_enable will increase power disable depth. Thus a pairing decrement is needed on the error handling path to keep it balanced according to context. Fixes: 44cfc62 ("drm/bridge: Add NWL MIPI DSI host controller support") Signed-off-by: Miaoqian Lin --- drivers/gpu/drm/bridge/nwl-dsi.