All of lore.kernel.org
 help / color / mirror / Atom feed
* drivers/pinctrl/sh-pfc/pfc-r8a77951.c:214:0: warning: failed to expand 'PINMUX_GPSR', Wrong number of parameters for macro 'F_'.
@ 2020-07-20 17:54 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2020-07-20 17:54 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Geert Uytterhoeven <geert+renesas@glider.be>
CC: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
CC: "Niklas Söderlund" <niklas.soderlund+renesas@ragnatech.se>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   5714ee50bb4375bd586858ad800b1d9772847452
commit: f2bc07562748c23609743ded0630ec965f9e4fec pinctrl: sh-pfc: Split R-Car H3 support in two independent drivers
date:   6 months ago
:::::: branch date: 18 hours ago
:::::: commit date: 6 months ago
compiler: gcc-9 (Debian 9.3.0-14) 9.3.0

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


cppcheck warnings: (new ones prefixed by >>)

>> drivers/pinctrl/sh-pfc/pfc-r8a77951.c:214:0: warning: failed to expand 'PINMUX_GPSR', Wrong number of parameters for macro 'F_'. [preprocessorErrorDirective]
   #define GPSR6_31 F_(USB2_CH3_OVC, IP18_7_4)
   ^

# https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f2bc07562748c23609743ded0630ec965f9e4fec
git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git remote update linus
git checkout f2bc07562748c23609743ded0630ec965f9e4fec
vim +214 drivers/pinctrl/sh-pfc/pfc-r8a77951.c

0b0ffc96dbe30fa drivers/pinctrl/sh-pfc/pfc-r8a7795.c Takeshi Kihara     2015-09-03  212  
0b0ffc96dbe30fa drivers/pinctrl/sh-pfc/pfc-r8a7795.c Takeshi Kihara     2015-09-03  213  /* GPSR6 */
f9d130808c9aa74 drivers/pinctrl/sh-pfc/pfc-r8a7795.c Yoshihiro Shimoda  2017-07-26 @214  #define GPSR6_31	F_(USB2_CH3_OVC,	IP18_7_4)
f9d130808c9aa74 drivers/pinctrl/sh-pfc/pfc-r8a7795.c Yoshihiro Shimoda  2017-07-26  215  #define GPSR6_30	F_(USB2_CH3_PWEN,	IP18_3_0)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  216  #define GPSR6_29	F_(USB30_OVC,		IP17_31_28)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  217  #define GPSR6_28	F_(USB30_PWEN,		IP17_27_24)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  218  #define GPSR6_27	F_(USB1_OVC,		IP17_23_20)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  219  #define GPSR6_26	F_(USB1_PWEN,		IP17_19_16)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  220  #define GPSR6_25	F_(USB0_OVC,		IP17_15_12)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  221  #define GPSR6_24	F_(USB0_PWEN,		IP17_11_8)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  222  #define GPSR6_23	F_(AUDIO_CLKB_B,	IP17_7_4)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  223  #define GPSR6_22	F_(AUDIO_CLKA_A,	IP17_3_0)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  224  #define GPSR6_21	F_(SSI_SDATA9_A,	IP16_31_28)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  225  #define GPSR6_20	F_(SSI_SDATA8,		IP16_27_24)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  226  #define GPSR6_19	F_(SSI_SDATA7,		IP16_23_20)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  227  #define GPSR6_18	F_(SSI_WS78,		IP16_19_16)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  228  #define GPSR6_17	F_(SSI_SCK78,		IP16_15_12)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  229  #define GPSR6_16	F_(SSI_SDATA6,		IP16_11_8)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  230  #define GPSR6_15	F_(SSI_WS6,		IP16_7_4)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  231  #define GPSR6_14	F_(SSI_SCK6,		IP16_3_0)
0b0ffc96dbe30fa drivers/pinctrl/sh-pfc/pfc-r8a7795.c Takeshi Kihara     2015-09-03  232  #define GPSR6_13	FM(SSI_SDATA5)
0b0ffc96dbe30fa drivers/pinctrl/sh-pfc/pfc-r8a7795.c Takeshi Kihara     2015-09-03  233  #define GPSR6_12	FM(SSI_WS5)
0b0ffc96dbe30fa drivers/pinctrl/sh-pfc/pfc-r8a7795.c Takeshi Kihara     2015-09-03  234  #define GPSR6_11	FM(SSI_SCK5)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  235  #define GPSR6_10	F_(SSI_SDATA4,		IP15_31_28)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  236  #define GPSR6_9		F_(SSI_WS4,		IP15_27_24)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  237  #define GPSR6_8		F_(SSI_SCK4,		IP15_23_20)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  238  #define GPSR6_7		F_(SSI_SDATA3,		IP15_19_16)
68e6389200120b8 drivers/pinctrl/sh-pfc/pfc-r8a7795.c Kuninori Morimoto  2017-05-16  239  #define GPSR6_6		F_(SSI_WS349,		IP15_15_12)
68e6389200120b8 drivers/pinctrl/sh-pfc/pfc-r8a7795.c Kuninori Morimoto  2017-05-16  240  #define GPSR6_5		F_(SSI_SCK349,		IP15_11_8)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  241  #define GPSR6_4		F_(SSI_SDATA2_A,	IP15_7_4)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  242  #define GPSR6_3		F_(SSI_SDATA1_A,	IP15_3_0)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  243  #define GPSR6_2		F_(SSI_SDATA0,		IP14_31_28)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  244  #define GPSR6_1		F_(SSI_WS01239,		IP14_27_24)
b205914c8f822ef drivers/pinctrl/sh-pfc/pfc-r8a7795.c Geert Uytterhoeven 2016-10-03  245  #define GPSR6_0		F_(SSI_SCK01239,		IP14_23_20)
0b0ffc96dbe30fa drivers/pinctrl/sh-pfc/pfc-r8a7795.c Takeshi Kihara     2015-09-03  246  

:::::: The code at line 214 was first introduced by commit
:::::: f9d130808c9aa74c34a6ed5eb536e19872065313 pinctrl: sh-pfc: r8a7795: Change USB3_{OVC,PWEN} definitions

:::::: TO: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
:::::: CC: Geert Uytterhoeven <geert+renesas@glider.be>

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

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

only message in thread, other threads:[~2020-07-20 17:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-20 17:54 drivers/pinctrl/sh-pfc/pfc-r8a77951.c:214:0: warning: failed to expand 'PINMUX_GPSR', Wrong number of parameters for macro 'F_' kernel 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.