Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: ea73b7aceff6 ("clk: qcom: Add camera clock controller driver for SM8150")
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

+1 -1
+1 -1
drivers/clk/qcom/camcc-sm8150.c
··· 2138 2138 /* Keep the critical clock always-on */ 2139 2139 qcom_branch_set_clk_en(regmap, 0xc1e4); /* cam_cc_gdsc_clk */ 2140 2140 2141 - ret = qcom_cc_really_probe(pdev, &cam_cc_sm8150_desc, regmap); 2141 + ret = qcom_cc_really_probe(&pdev->dev, &cam_cc_sm8150_desc, regmap); 2142 2142 2143 2143 pm_runtime_put(&pdev->dev); 2144 2144