All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next:master 10841/11508] drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2'
@ 2021-09-02  8:57 ` kernel test robot
  0 siblings, 0 replies; 10+ messages in thread
From: kernel test robot @ 2021-09-02  8:57 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: llvm, kbuild-all, Linux Memory Management List, Stephen Boyd

[-- Attachment #1: Type: text/plain, Size: 2068 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   34560ced20599a01660a693f464c7c7dc83db1d9
commit: 131abae905df99f63d825e47b4df100d34f518ce [10841/11508] clk: qcom: Add SM6350 GCC driver
config: riscv-buildonly-randconfig-r006-20210902 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project c9948e9254fbb6ea00f66c7b4542311d21e060be)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install riscv cross compiling tool for clang build
        # apt-get install binutils-riscv64-linux-gnu
        # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=131abae905df99f63d825e47b4df100d34f518ce
        git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout 131abae905df99f63d825e47b4df100d34f518ce
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=riscv 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2' [-Wunused-const-variable]
   static const struct clk_parent_data gcc_parent_data_2[] = {
                                       ^
   1 warning generated.


vim +/gcc_parent_data_2 +179 drivers/clk/qcom/gcc-sm6350.c

   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	static const struct clk_parent_data gcc_parent_data_2_ao[] = {
   184		{ .fw_name = "bi_tcxo_ao" },
   185		{ .hw = &gpll0_out_odd.clkr.hw },
   186	};
   187	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 43921 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [linux-next:master 10841/11508] drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2'
@ 2021-09-02  8:57 ` kernel test robot
  0 siblings, 0 replies; 10+ messages in thread
From: kernel test robot @ 2021-09-02  8:57 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2114 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   34560ced20599a01660a693f464c7c7dc83db1d9
commit: 131abae905df99f63d825e47b4df100d34f518ce [10841/11508] clk: qcom: Add SM6350 GCC driver
config: riscv-buildonly-randconfig-r006-20210902 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project c9948e9254fbb6ea00f66c7b4542311d21e060be)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install riscv cross compiling tool for clang build
        # apt-get install binutils-riscv64-linux-gnu
        # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=131abae905df99f63d825e47b4df100d34f518ce
        git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout 131abae905df99f63d825e47b4df100d34f518ce
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=riscv 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2' [-Wunused-const-variable]
   static const struct clk_parent_data gcc_parent_data_2[] = {
                                       ^
   1 warning generated.


vim +/gcc_parent_data_2 +179 drivers/clk/qcom/gcc-sm6350.c

   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	static const struct clk_parent_data gcc_parent_data_2_ao[] = {
   184		{ .fw_name = "bi_tcxo_ao" },
   185		{ .hw = &gpll0_out_odd.clkr.hw },
   186	};
   187	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 43921 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [linux-next:master 10841/11508] drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2'
  2021-09-02  8:57 ` kernel test robot
@ 2021-09-02  9:01   ` Konrad Dybcio
  -1 siblings, 0 replies; 10+ messages in thread
From: Konrad Dybcio @ 2021-09-02  9:01 UTC (permalink / raw)
  To: kernel test robot
  Cc: llvm, kbuild-all, Linux Memory Management List, Stephen Boyd


On 02.09.2021 10:57, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head:   34560ced20599a01660a693f464c7c7dc83db1d9
> commit: 131abae905df99f63d825e47b4df100d34f518ce [10841/11508] clk: qcom: Add SM6350 GCC driver
> config: riscv-buildonly-randconfig-r006-20210902 (attached as .config)
> compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project c9948e9254fbb6ea00f66c7b4542311d21e060be)
> reproduce (this is a W=1 build):
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # install riscv cross compiling tool for clang build
>         # apt-get install binutils-riscv64-linux-gnu
>         # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=131abae905df99f63d825e47b4df100d34f518ce
>         git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
>         git fetch --no-tags linux-next master
>         git checkout 131abae905df99f63d825e47b4df100d34f518ce
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=riscv 
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
>
> All warnings (new ones prefixed by >>):
>
>>> drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2' [-Wunused-const-variable]
>    static const struct clk_parent_data gcc_parent_data_2[] = {
>                                        ^
>    1 warning generated.
>
>
> vim +/gcc_parent_data_2 +179 drivers/clk/qcom/gcc-sm6350.c
>
>    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	static const struct clk_parent_data gcc_parent_data_2_ao[] = {
>    184		{ .fw_name = "bi_tcxo_ao" },
>    185		{ .hw = &gpll0_out_odd.clkr.hw },
>    186	};
>    187	
>
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

Looks like this slipped through.. gcc_parent_data_2[] is in fact not used. Could you remove that array in your tree, Stephen?


Konrad


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [linux-next:master 10841/11508] drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2'
@ 2021-09-02  9:01   ` Konrad Dybcio
  0 siblings, 0 replies; 10+ messages in thread
From: Konrad Dybcio @ 2021-09-02  9:01 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2384 bytes --]


On 02.09.2021 10:57, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head:   34560ced20599a01660a693f464c7c7dc83db1d9
> commit: 131abae905df99f63d825e47b4df100d34f518ce [10841/11508] clk: qcom: Add SM6350 GCC driver
> config: riscv-buildonly-randconfig-r006-20210902 (attached as .config)
> compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project c9948e9254fbb6ea00f66c7b4542311d21e060be)
> reproduce (this is a W=1 build):
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # install riscv cross compiling tool for clang build
>         # apt-get install binutils-riscv64-linux-gnu
>         # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=131abae905df99f63d825e47b4df100d34f518ce
>         git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
>         git fetch --no-tags linux-next master
>         git checkout 131abae905df99f63d825e47b4df100d34f518ce
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=riscv 
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
>
> All warnings (new ones prefixed by >>):
>
>>> drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2' [-Wunused-const-variable]
>    static const struct clk_parent_data gcc_parent_data_2[] = {
>                                        ^
>    1 warning generated.
>
>
> vim +/gcc_parent_data_2 +179 drivers/clk/qcom/gcc-sm6350.c
>
>    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	static const struct clk_parent_data gcc_parent_data_2_ao[] = {
>    184		{ .fw_name = "bi_tcxo_ao" },
>    185		{ .hw = &gpll0_out_odd.clkr.hw },
>    186	};
>    187	
>
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

Looks like this slipped through.. gcc_parent_data_2[] is in fact not used. Could you remove that array in your tree, Stephen?


Konrad

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [linux-next:master 10841/11508] drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2'
  2021-09-02  9:01   ` Konrad Dybcio
@ 2021-09-03  0:21     ` Stephen Boyd
  -1 siblings, 0 replies; 10+ messages in thread
From: Stephen Boyd @ 2021-09-03  0:21 UTC (permalink / raw)
  To: Konrad Dybcio, kernel test robot
  Cc: llvm, kbuild-all, Linux Memory Management List

Quoting Konrad Dybcio (2021-09-02 02:01:30)
> 
> On 02.09.2021 10:57, kernel test robot wrote:
> > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> > head:   34560ced20599a01660a693f464c7c7dc83db1d9
> > commit: 131abae905df99f63d825e47b4df100d34f518ce [10841/11508] clk: qcom: Add SM6350 GCC driver
> > config: riscv-buildonly-randconfig-r006-20210902 (attached as .config)
> > compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project c9948e9254fbb6ea00f66c7b4542311d21e060be)
> > reproduce (this is a W=1 build):
> >         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> >         chmod +x ~/bin/make.cross
> >         # install riscv cross compiling tool for clang build
> >         # apt-get install binutils-riscv64-linux-gnu
> >         # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=131abae905df99f63d825e47b4df100d34f518ce
> >         git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> >         git fetch --no-tags linux-next master
> >         git checkout 131abae905df99f63d825e47b4df100d34f518ce
> >         # save the attached .config to linux build tree
> >         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=riscv 
> >
> > If you fix the issue, kindly add following tag as appropriate
> > Reported-by: kernel test robot <lkp@intel.com>
> >
> > All warnings (new ones prefixed by >>):
> >
> >>> drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2' [-Wunused-const-variable]
> >    static const struct clk_parent_data gcc_parent_data_2[] = {
> >                                        ^
> >    1 warning generated.
> >
> >
> > vim +/gcc_parent_data_2 +179 drivers/clk/qcom/gcc-sm6350.c
> >
> >    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        static const struct clk_parent_data gcc_parent_data_2_ao[] = {
> >    184                { .fw_name = "bi_tcxo_ao" },
> >    185                { .hw = &gpll0_out_odd.clkr.hw },
> >    186        };
> >    187        
> >
> > ---
> > 0-DAY CI Kernel Test Service, Intel Corporation
> > https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
> 
> Looks like this slipped through.. gcc_parent_data_2[] is in fact not used. Could you remove that array in your tree, Stephen?
> 
> 

Please send a patch.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [linux-next:master 10841/11508] drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2'
@ 2021-09-03  0:21     ` Stephen Boyd
  0 siblings, 0 replies; 10+ messages in thread
From: Stephen Boyd @ 2021-09-03  0:21 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2641 bytes --]

Quoting Konrad Dybcio (2021-09-02 02:01:30)
> 
> On 02.09.2021 10:57, kernel test robot wrote:
> > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> > head:   34560ced20599a01660a693f464c7c7dc83db1d9
> > commit: 131abae905df99f63d825e47b4df100d34f518ce [10841/11508] clk: qcom: Add SM6350 GCC driver
> > config: riscv-buildonly-randconfig-r006-20210902 (attached as .config)
> > compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project c9948e9254fbb6ea00f66c7b4542311d21e060be)
> > reproduce (this is a W=1 build):
> >         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> >         chmod +x ~/bin/make.cross
> >         # install riscv cross compiling tool for clang build
> >         # apt-get install binutils-riscv64-linux-gnu
> >         # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=131abae905df99f63d825e47b4df100d34f518ce
> >         git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> >         git fetch --no-tags linux-next master
> >         git checkout 131abae905df99f63d825e47b4df100d34f518ce
> >         # save the attached .config to linux build tree
> >         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=riscv 
> >
> > If you fix the issue, kindly add following tag as appropriate
> > Reported-by: kernel test robot <lkp@intel.com>
> >
> > All warnings (new ones prefixed by >>):
> >
> >>> drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2' [-Wunused-const-variable]
> >    static const struct clk_parent_data gcc_parent_data_2[] = {
> >                                        ^
> >    1 warning generated.
> >
> >
> > vim +/gcc_parent_data_2 +179 drivers/clk/qcom/gcc-sm6350.c
> >
> >    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        static const struct clk_parent_data gcc_parent_data_2_ao[] = {
> >    184                { .fw_name = "bi_tcxo_ao" },
> >    185                { .hw = &gpll0_out_odd.clkr.hw },
> >    186        };
> >    187        
> >
> > ---
> > 0-DAY CI Kernel Test Service, Intel Corporation
> > https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
> 
> Looks like this slipped through.. gcc_parent_data_2[] is in fact not used. Could you remove that array in your tree, Stephen?
> 
> 

Please send a patch.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [linux-next:master 10841/11508] drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2'
  2021-09-03  0:21     ` Stephen Boyd
@ 2021-09-03 10:19       ` Konrad Dybcio
  -1 siblings, 0 replies; 10+ messages in thread
From: Konrad Dybcio @ 2021-09-03 10:19 UTC (permalink / raw)
  To: Stephen Boyd, kernel test robot
  Cc: llvm, kbuild-all, Linux Memory Management List

> Please send a patch.


From a12e6478a26573babc0fd0df218bc908e80e4d5e Mon Sep 17 00:00:00 2001
From: Konrad Dybcio <konrad.dybcio@somainline.org>
Date: Fri, 3 Sep 2021 12:17:59 +0200
Subject: [PATCH] clk: qcom: gcc-sm6350: Remove unused variable

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>
---
 drivers/clk/qcom/gcc-sm6350.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/clk/qcom/gcc-sm6350.c b/drivers/clk/qcom/gcc-sm6350.c
index 053089f83677..3236706771b1 100644
--- 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 },
-- 
2.33.0



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [linux-next:master 10841/11508] drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2'
@ 2021-09-03 10:19       ` Konrad Dybcio
  0 siblings, 0 replies; 10+ messages in thread
From: Konrad Dybcio @ 2021-09-03 10:19 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1131 bytes --]

> Please send a patch.


>From a12e6478a26573babc0fd0df218bc908e80e4d5e Mon Sep 17 00:00:00 2001
From: Konrad Dybcio <konrad.dybcio@somainline.org>
Date: Fri, 3 Sep 2021 12:17:59 +0200
Subject: [PATCH] clk: qcom: gcc-sm6350: Remove unused variable

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>
---
 drivers/clk/qcom/gcc-sm6350.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/clk/qcom/gcc-sm6350.c b/drivers/clk/qcom/gcc-sm6350.c
index 053089f83677..3236706771b1 100644
--- 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 },
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [linux-next:master 10841/11508] drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2'
  2021-09-03 10:19       ` Konrad Dybcio
@ 2021-09-03 18:16         ` Stephen Boyd
  -1 siblings, 0 replies; 10+ messages in thread
From: Stephen Boyd @ 2021-09-03 18:16 UTC (permalink / raw)
  To: Konrad Dybcio, kernel test robot
  Cc: llvm, kbuild-all, Linux Memory Management List

Quoting Konrad Dybcio (2021-09-03 03:19:25)
> > Please send a patch.
> 
> 
> From a12e6478a26573babc0fd0df218bc908e80e4d5e Mon Sep 17 00:00:00 2001
> From: Konrad Dybcio <konrad.dybcio@somainline.org>
> Date: Fri, 3 Sep 2021 12:17:59 +0200
> Subject: [PATCH] clk: qcom: gcc-sm6350: Remove unused variable
> 
> 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>
> ---

Thanks for the patch. I had to spend an extra minute applying it though
because it didn't apply properly.

Anyway, applied to clk-next.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [linux-next:master 10841/11508] drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2'
@ 2021-09-03 18:16         ` Stephen Boyd
  0 siblings, 0 replies; 10+ messages in thread
From: Stephen Boyd @ 2021-09-03 18:16 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 651 bytes --]

Quoting Konrad Dybcio (2021-09-03 03:19:25)
> > Please send a patch.
> 
> 
> From a12e6478a26573babc0fd0df218bc908e80e4d5e Mon Sep 17 00:00:00 2001
> From: Konrad Dybcio <konrad.dybcio@somainline.org>
> Date: Fri, 3 Sep 2021 12:17:59 +0200
> Subject: [PATCH] clk: qcom: gcc-sm6350: Remove unused variable
> 
> 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>
> ---

Thanks for the patch. I had to spend an extra minute applying it though
because it didn't apply properly.

Anyway, applied to clk-next.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-09-03 18:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-02  8:57 [linux-next:master 10841/11508] drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2' kernel test robot
2021-09-02  8:57 ` kernel test robot
2021-09-02  9:01 ` Konrad Dybcio
2021-09-02  9:01   ` Konrad Dybcio
2021-09-03  0:21   ` Stephen Boyd
2021-09-03  0:21     ` Stephen Boyd
2021-09-03 10:19     ` Konrad Dybcio
2021-09-03 10:19       ` Konrad Dybcio
2021-09-03 18:16       ` Stephen Boyd
2021-09-03 18:16         ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.