clk: qcom: camcc-sm8150: Correct qcom_cc_really_probe() argument

The SM8150 Camera Clock controller was merged using the old arguments
for qcom_cc_really_probe(), correct this.

Fixes: ea73b7acef ("clk: qcom: Add camera clock controller driver for SM8150")
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Bjorn Andersson 2024-08-04 20:46:49 -05:00
parent 802b832055
commit e997b400c8

View 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);