Skip to content

Commit 9cf5321

Browse files
anholtaustriancoder
authored andcommitted
Revert "clk: qcom: rcg: Return failure for RCG update"
This reverts commit 21ea4b6. Otherwise, cheza fails to probe drm-msm.
1 parent 153543f commit 9cf5321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/qcom/clk-rcg2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ static int update_config(struct clk_rcg2 *rcg)
120120
}
121121

122122
WARN(1, "%s: rcg didn't update its configuration.", name);
123-
return -EBUSY;
123+
return 0;
124124
}
125125

126126
static int clk_rcg2_set_parent(struct clk_hw *hw, u8 index)

0 commit comments

Comments
 (0)