clk: qcom: camcc-sm8150: Correct qcom_cc_really_probe() argument
authorBjorn Andersson <andersson@kernel.org>
Mon, 5 Aug 2024 01:46:49 +0000 (20:46 -0500)
committerBjorn Andersson <andersson@kernel.org>
Mon, 5 Aug 2024 01:46:49 +0000 (20:46 -0500)
The SM8150 Camera Clock controller was merged using the old arguments
for qcom_cc_really_probe(), correct this.

Fixes: ea73b7aceff6 ("clk: qcom: Add camera clock controller driver for SM8150")
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/camcc-sm8150.c

index 195582b598e4caadb2db8317824c9e1acc5f85ab..bb3009818ad76e6dec64dc94ce4ce643111a56d4 100644 (file)
@@ -2138,7 +2138,7 @@ static int cam_cc_sm8150_probe(struct platform_device *pdev)
        /* Keep the critical clock always-on */
        qcom_branch_set_clk_en(regmap, 0xc1e4); /* cam_cc_gdsc_clk */
 
-       ret = qcom_cc_really_probe(pdev, &cam_cc_sm8150_desc, regmap);
+       ret = qcom_cc_really_probe(&pdev->dev, &cam_cc_sm8150_desc, regmap);
 
        pm_runtime_put(&pdev->dev);