All of lore.kernel.org
 help / color / mirror / Atom feed
* [dinguyen:agilex_clks_v3 5/5] drivers/clk//socfpga/clk-agilex.c:151:17: error: expected '}' before 'peri_pll_c2'
@ 2020-03-10 14:01 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-03-10 14:01 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git agilex_clks_v3
head:   a104b2c931ec00bd5d59ec9d5ef5d37887e251ab
commit: a104b2c931ec00bd5d59ec9d5ef5d37887e251ab [5/5] clk: socfpga: agilex: add clock driver for the Agilex platform
config: arm64-defconfig (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.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 a104b2c931ec00bd5d59ec9d5ef5d37887e251ab
        # save the attached .config to linux build tree
        GCC_VERSION=9.2.0 make.cross ARCH=arm64 

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

All error/warnings (new ones prefixed by >>):

>> drivers/clk//socfpga/clk-agilex.c:151:17: error: expected '}' before 'peri_pll_c2'
     151 |  { .fw_name = ""peri_pll_c2",
         |  ~              ^~~~~~~~~~~
>> drivers/clk//socfpga/clk-agilex.c:151:28: warning: missing terminating " character
     151 |  { .fw_name = ""peri_pll_c2",
         |                            ^
>> drivers/clk//socfpga/clk-agilex.c:151:28: error: missing terminating " character
     151 |  { .fw_name = ""peri_pll_c2",
         |                            ^~
>> drivers/clk//socfpga/clk-agilex.c:437:12: error: 'agilex_clkmgr_init' undeclared here (not in a function); did you mean 'agilex_clkmgr_probe'?
     437 |    .data = agilex_clkmgr_init },
         |            ^~~~~~~~~~~~~~~~~~
         |            agilex_clkmgr_probe
>> drivers/clk//socfpga/clk-agilex.c:437:12: error: initializer element is not constant
   drivers/clk//socfpga/clk-agilex.c:437:12: note: (near initialization for 'agilex_clkmgr_match_table[0].data')

vim +151 drivers/clk//socfpga/clk-agilex.c

   147	
   148	static const struct clk_parent_data s2f_usr0_free_mux[] = {
   149		{ .fw_name = "main_pll_c2",
   150		  .name = "main_pll_c2", },
 > 151		{ .fw_name = ""peri_pll_c2",
   152		  .name = "peri_pll_c2", },
   153		{ .fw_name = "osc1",
   154		  .name = "osc1", },
   155		{ .fw_name = "cb-intosc-hs-div2-clk",
   156		  .name = "cb-intosc-hs-div2-clk", },
   157		{ .fw_name = "f2s-free-clk",
   158		  .name = "f2s-free-clk", },
   159	};
   160	

---
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: 47109 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-10 14:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10 14:01 [dinguyen:agilex_clks_v3 5/5] drivers/clk//socfpga/clk-agilex.c:151:17: error: expected '}' before 'peri_pll_c2' 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.