Skip to content

Commit

Permalink
clk: qcom: gcc-msm8939: Fix weird field spacing in ftbl_gcc_camss_cci…
Browse files Browse the repository at this point in the history
…_clk

[ Upstream commit 2bc308e ]

Adding a new item to this frequency table I see the existing indentation is
incorrect.

Fixes: 1664014 ("clk: qcom: gcc-msm8939: Add MSM8939 Generic Clock Controller")
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220712125922.3461675-2-bryan.odonoghue@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
0xB0D authored and gregkh committed Aug 17, 2022
1 parent c416643 commit 5870343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/qcom/gcc-msm8939.c
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ static struct clk_rcg2 blsp1_uart2_apps_clk_src = {
};

static const struct freq_tbl ftbl_gcc_camss_cci_clk[] = {
F(19200000, P_XO, 1, 0, 0),
F(19200000, P_XO, 1, 0, 0),
{ }
};

Expand Down

0 comments on commit 5870343

Please sign in to comment.