On 04/03/2024 10:02, Jingbao Qiu wrote: > Implement the PWM driver for CV1800. > > Signed-off-by: Jingbao Qiu <qiujingbao.dlmu@xxxxxxxxx> ... > + > + ret = devm_add_action_or_reset(&pdev->dev, devm_clk_rate_exclusive_put, > + priv->clk); > + if (ret) { > + clk_rate_exclusive_put(priv->clk); > + return ret; Please test this path - you have double put. Best regards, Krzysztof