Re: [PATCH] gpu: cdns-mhdp8546: fix call balance of mhdp->clk handling routines

2025-01-26 Thread Dmitry Baryshkov
On Fri, Jan 24, 2025 at 08:00:09PM +0300, Vitalii Mordan wrote: > If the clock mhdp->clk was not enabled in cdns_mhdp_probe(), it should not > be disabled in any path. > > Found by Linux Verification Center (linuxtesting.org) with Klever. > > Fixes: fb43aa0acdfd ("drm: bridge: Add support for Cad

[PATCH] gpu: cdns-mhdp8546: fix call balance of mhdp->clk handling routines

2025-01-26 Thread Vitalii Mordan
If the clock mhdp->clk was not enabled in cdns_mhdp_probe(), it should not be disabled in any path. Found by Linux Verification Center (linuxtesting.org) with Klever. Fixes: fb43aa0acdfd ("drm: bridge: Add support for Cadence MHDP8546 DPI/DP bridge") Signed-off-by: Vitalii Mordan --- drivers/g