We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1e3bd commit 4414a7aCopy full SHA for 4414a7a
drivers/mfd/arizona-core.c
@@ -45,7 +45,7 @@ int arizona_clk32k_enable(struct arizona *arizona)
45
if (arizona->clk32k_ref == 1) {
46
switch (arizona->pdata.clk32k_src) {
47
case ARIZONA_32KZ_MCLK1:
48
- ret = pm_runtime_get_sync(arizona->dev);
+ ret = pm_runtime_resume_and_get(arizona->dev);
49
if (ret != 0)
50
goto err_ref;
51
ret = clk_prepare_enable(arizona->mclk[ARIZONA_MCLK1]);
0 commit comments