Skip to content

Commit 2bc308e

Browse files
0xB0Dandersson
authored andcommitted
clk: qcom: gcc-msm8939: Fix weird field spacing in ftbl_gcc_camss_cci_clk
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
1 parent 41fff77 commit 2bc308e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/qcom/gcc-msm8939.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ static struct clk_rcg2 blsp1_uart2_apps_clk_src = {
10141014
};
10151015

10161016
static const struct freq_tbl ftbl_gcc_camss_cci_clk[] = {
1017-
F(19200000, P_XO, 1, 0, 0),
1017+
F(19200000, P_XO, 1, 0, 0),
10181018
{ }
10191019
};
10201020

0 commit comments

Comments
 (0)