Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux

Pull clk fix from Stephen Boyd:
"One patch to fix an unused variable warning in a Qualcomm clk driver"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
clk: qcom: gcc-sm6350: Remove unused variable

-4
-4
drivers/clk/qcom/gcc-sm6350.c
··· 176 176 { P_GPLL0_OUT_ODD, 2 }, 177 177 }; 178 178 179 - static const struct clk_parent_data gcc_parent_data_2[] = { 180 - { .fw_name = "bi_tcxo" }, 181 - { .hw = &gpll0_out_odd.clkr.hw }, 182 - }; 183 179 static const struct clk_parent_data gcc_parent_data_2_ao[] = { 184 180 { .fw_name = "bi_tcxo_ao" }, 185 181 { .hw = &gpll0_out_odd.clkr.hw },