All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Stephen Boyd <sboyd@kernel.org>
Cc: kbuild-all@01.org, linux-clk@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [clk:clk-parent-rewrite 67/78] drivers/clk/socfpga/clk-periph-a10.c:67:19: error: initialization from incompatible pointer type
Date: Fri, 3 May 2019 13:05:17 +0800	[thread overview]
Message-ID: <201905031316.MbwTAcMt%lkp@intel.com> (raw)

[-- 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 --]

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: Stephen Boyd <sboyd@kernel.org>
Cc: kbuild-all@01.org, linux-arm-kernel@lists.infradead.org,
	linux-clk@vger.kernel.org
Subject: [clk:clk-parent-rewrite 67/78] drivers/clk/socfpga/clk-periph-a10.c:67:19: error: initialization from incompatible pointer type
Date: Fri, 3 May 2019 13:05:17 +0800	[thread overview]
Message-ID: <201905031316.MbwTAcMt%lkp@intel.com> (raw)

[-- 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

             reply	other threads:[~2019-05-03  5:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-03  5:05 kbuild test robot [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201905031316.MbwTAcMt%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@01.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=sboyd@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.