All of lore.kernel.org
 help / color / mirror / Atom feed
* [clk:clk-parent-rewrite 67/78] drivers/clk/socfpga/clk-periph-a10.c:67:19: error: initialization from incompatible pointer type
@ 2019-05-03  5:05 ` kbuild test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kbuild test robot @ 2019-05-03  5:05 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: kbuild-all, linux-clk, linux-arm-kernel

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-parent-rewrite
head:   f5e93ab2421d0dd27acac9159d9c4834cd5705e7
commit: 1789f7863756d325866ff0b9d855fa770bc10b86 [67/78] clk: socfpga: Migrate to .get_parent_hw clk op
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 1789f7863756d325866ff0b9d855fa770bc10b86
        # save the attached .config to linux build tree
        GCC_VERSION=7.2.0 make.cross ARCH=arm 

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

All errors (new ones prefixed by >>):

>> drivers/clk/socfpga/clk-periph-a10.c:67:19: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
     .get_parent_hw = clk_periclk_get_parent,
                      ^~~~~~~~~~~~~~~~~~~~~~
   drivers/clk/socfpga/clk-periph-a10.c:67:19: note: (near initialization for 'periclk_ops.get_parent_hw')
   cc1: some warnings being treated as errors

vim +67 drivers/clk/socfpga/clk-periph-a10.c

    64	
    65	static const struct clk_ops periclk_ops = {
    66		.recalc_rate = clk_periclk_recalc_rate,
  > 67		.get_parent_hw = clk_periclk_get_parent,
    68	};
    69	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

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

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

* [clk:clk-parent-rewrite 67/78] drivers/clk/socfpga/clk-periph-a10.c:67:19: error: initialization from incompatible pointer type
@ 2019-05-03  5:05 ` kbuild test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kbuild test robot @ 2019-05-03  5:05 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: kbuild-all, linux-arm-kernel, linux-clk

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-parent-rewrite
head:   f5e93ab2421d0dd27acac9159d9c4834cd5705e7
commit: 1789f7863756d325866ff0b9d855fa770bc10b86 [67/78] clk: socfpga: Migrate to .get_parent_hw clk op
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 1789f7863756d325866ff0b9d855fa770bc10b86
        # save the attached .config to linux build tree
        GCC_VERSION=7.2.0 make.cross ARCH=arm 

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

All errors (new ones prefixed by >>):

>> drivers/clk/socfpga/clk-periph-a10.c:67:19: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
     .get_parent_hw = clk_periclk_get_parent,
                      ^~~~~~~~~~~~~~~~~~~~~~
   drivers/clk/socfpga/clk-periph-a10.c:67:19: note: (near initialization for 'periclk_ops.get_parent_hw')
   cc1: some warnings being treated as errors

vim +67 drivers/clk/socfpga/clk-periph-a10.c

    64	
    65	static const struct clk_ops periclk_ops = {
    66		.recalc_rate = clk_periclk_recalc_rate,
  > 67		.get_parent_hw = clk_periclk_get_parent,
    68	};
    69	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

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

[-- Attachment #3: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-05-03  5:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-03  5:05 [clk:clk-parent-rewrite 67/78] drivers/clk/socfpga/clk-periph-a10.c:67:19: error: initialization from incompatible pointer type kbuild test robot
2019-05-03  5:05 ` kbuild test robot

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.