Skip to content
Snippets Groups Projects
Verified Commit 3b379cb1 authored by Emma Anholt's avatar Emma Anholt Committed by David Heidelberg
Browse files

Revert "clk: qcom: rcg: Return failure for RCG update"

This reverts commit 21ea4b62.
Otherwise, cheza fails to probe drm-msm.
parent eb3e2991
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ static int update_config(struct clk_rcg2 *rcg)
}
WARN(1, "%s: rcg didn't update its configuration.", name);
return -EBUSY;
return 0;
}
static int clk_rcg2_set_parent(struct clk_hw *hw, u8 index)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment