projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47505bf
)
clk: qcom: gcc-sm6350: Remove unused variable
author
Konrad Dybcio
<konrad.dybcio@somainline.org>
Fri, 3 Sep 2021 10:17:59 +0000
(12:17 +0200)
committer
Stephen Boyd
<sboyd@kernel.org>
Fri, 3 Sep 2021 18:14:18 +0000
(11:14 -0700)
In the commit "clk: qcom: Add SM6350 GCC driver" (no hash yet) an unused
variable has been overlooked. Remove it.
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link:
https://lore.kernel.org/r/5b7edab0-4756-94d0-d601-050120cbf4cb@somainline.org
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/gcc-sm6350.c
patch
|
blob
|
history
diff --git
a/drivers/clk/qcom/gcc-sm6350.c
b/drivers/clk/qcom/gcc-sm6350.c
index
053089f
..
3236706
100644
(file)
--- a/
drivers/clk/qcom/gcc-sm6350.c
+++ b/
drivers/clk/qcom/gcc-sm6350.c
@@
-176,10
+176,6
@@
static const struct parent_map gcc_parent_map_2[] = {
{ P_GPLL0_OUT_ODD, 2 },
};
-static const struct clk_parent_data gcc_parent_data_2[] = {
- { .fw_name = "bi_tcxo" },
- { .hw = &gpll0_out_odd.clkr.hw },
-};
static const struct clk_parent_data gcc_parent_data_2_ao[] = {
{ .fw_name = "bi_tcxo_ao" },
{ .hw = &gpll0_out_odd.clkr.hw },