linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Aline Santana Cordeiro <alinesantanacordeiro@gmail.com>,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: kbuild-all@lists.01.org, clang-built-linux@googlegroups.com,
	linux-media@vger.kernel.org, linux-staging@lists.linux.dev,
	linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel][PATCH 3/4 v2] staging: media: omap4iss: Replace macro function by static inline function in file iss_ipipeif.c
Date: Tue, 13 Apr 2021 08:16:31 +0800	[thread overview]
Message-ID: <202104130812.04An4xV6-lkp@intel.com> (raw)
In-Reply-To: <2907e1496de66f59236ee6ebc84292b1454926d3.1618231618.git.alinesantanacordeiro@gmail.com>

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

Hi Aline,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on staging/staging-testing]

url:    https://github.com/0day-ci/linux/commits/Aline-Santana-Cordeiro/staging-media-omap4iss-Replace-macro-function-by-static-inline-function-in-file-iss-c/20210412-215756
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git f2f560e1bdc055a6a306e6b7823ba589794e6564
config: mips-randconfig-r013-20210412 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 9829f5e6b1bca9b61efc629770d28bb9014dec45)
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 mips cross compiling tool for clang build
        # apt-get install binutils-mips-linux-gnu
        # https://github.com/0day-ci/linux/commit/227d208756f87cbe3c143fa2a3a8f91103c6858e
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Aline-Santana-Cordeiro/staging-media-omap4iss-Replace-macro-function-by-static-inline-function-in-file-iss-c/20210412-215756
        git checkout 227d208756f87cbe3c143fa2a3a8f91103c6858e
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=mips 

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

All errors (new ones prefixed by >>):

   drivers/staging/media/omap4iss/iss_ipipeif.c:39:15: error: member reference type 'int' is not a pointer
           dev_dbg(iss->dev, "###IPIPEIF " #name "=0x%08x\n",
                   ~~~  ^
   include/linux/dev_printk.h:131:26: note: expanded from macro 'dev_dbg'
                   dev_printk(KERN_DEBUG, dev, dev_fmt(fmt), ##__VA_ARGS__); \
                                          ^~~
   drivers/staging/media/omap4iss/iss_ipipeif.c:39:34: error: expected ')'
           dev_dbg(iss->dev, "###IPIPEIF " #name "=0x%08x\n",
                                           ^
   drivers/staging/media/omap4iss/iss_ipipeif.c:39:2: note: to match this '('
           dev_dbg(iss->dev, "###IPIPEIF " #name "=0x%08x\n",
           ^
   include/linux/dev_printk.h:131:13: note: expanded from macro 'dev_dbg'
                   dev_printk(KERN_DEBUG, dev, dev_fmt(fmt), ##__VA_ARGS__); \
                             ^
   drivers/staging/media/omap4iss/iss_ipipeif.c:45:15: error: member reference type 'int' is not a pointer
           dev_dbg(iss->dev, "###ISIF " #name "=0x%08x\n",
                   ~~~  ^
   include/linux/dev_printk.h:131:26: note: expanded from macro 'dev_dbg'
                   dev_printk(KERN_DEBUG, dev, dev_fmt(fmt), ##__VA_ARGS__); \
                                          ^~~
   drivers/staging/media/omap4iss/iss_ipipeif.c:45:31: error: expected ')'
           dev_dbg(iss->dev, "###ISIF " #name "=0x%08x\n",
                                        ^
   drivers/staging/media/omap4iss/iss_ipipeif.c:45:2: note: to match this '('
           dev_dbg(iss->dev, "###ISIF " #name "=0x%08x\n",
           ^
   include/linux/dev_printk.h:131:13: note: expanded from macro 'dev_dbg'
                   dev_printk(KERN_DEBUG, dev, dev_fmt(fmt), ##__VA_ARGS__); \
                             ^
   drivers/staging/media/omap4iss/iss_ipipeif.c:51:15: error: member reference type 'int' is not a pointer
           dev_dbg(iss->dev, "###ISP5 " #name "=0x%08x\n",
                   ~~~  ^
   include/linux/dev_printk.h:131:26: note: expanded from macro 'dev_dbg'
                   dev_printk(KERN_DEBUG, dev, dev_fmt(fmt), ##__VA_ARGS__); \
                                          ^~~
   drivers/staging/media/omap4iss/iss_ipipeif.c:51:31: error: expected ')'
           dev_dbg(iss->dev, "###ISP5 " #name "=0x%08x\n",
                                        ^
   drivers/staging/media/omap4iss/iss_ipipeif.c:51:2: note: to match this '('
           dev_dbg(iss->dev, "###ISP5 " #name "=0x%08x\n",
           ^
   include/linux/dev_printk.h:131:13: note: expanded from macro 'dev_dbg'
                   dev_printk(KERN_DEBUG, dev, dev_fmt(fmt), ##__VA_ARGS__); \
                             ^
   drivers/staging/media/omap4iss/iss_ipipeif.c:61:30: error: use of undeclared identifier 'CFG1'
           ipipeif_print_register(iss, CFG1);
                                       ^
   drivers/staging/media/omap4iss/iss_ipipeif.c:62:30: error: use of undeclared identifier 'CFG2'
           ipipeif_print_register(iss, CFG2);
                                       ^
   drivers/staging/media/omap4iss/iss_ipipeif.c:64:27: error: use of undeclared identifier 'SYNCEN'
           isif_print_register(iss, SYNCEN);
                                    ^
   drivers/staging/media/omap4iss/iss_ipipeif.c:65:27: error: use of undeclared identifier 'CADU'
           isif_print_register(iss, CADU);
                                    ^
   drivers/staging/media/omap4iss/iss_ipipeif.c:66:27: error: use of undeclared identifier 'CADL'
           isif_print_register(iss, CADL);
                                    ^
   drivers/staging/media/omap4iss/iss_ipipeif.c:67:27: error: use of undeclared identifier 'MODESET'
           isif_print_register(iss, MODESET);
                                    ^
   drivers/staging/media/omap4iss/iss_ipipeif.c:68:27: error: use of undeclared identifier 'CCOLP'
           isif_print_register(iss, CCOLP);
                                    ^
   drivers/staging/media/omap4iss/iss_ipipeif.c:69:27: error: use of undeclared identifier 'SPH'
           isif_print_register(iss, SPH);
                                    ^
   drivers/staging/media/omap4iss/iss_ipipeif.c:70:27: error: use of undeclared identifier 'LNH'
           isif_print_register(iss, LNH);
                                    ^
   drivers/staging/media/omap4iss/iss_ipipeif.c:71:27: error: use of undeclared identifier 'LNV'
           isif_print_register(iss, LNV);
                                    ^
   drivers/staging/media/omap4iss/iss_ipipeif.c:72:27: error: implicit declaration of function 'VDINT' [-Werror,-Wimplicit-function-declaration]
           isif_print_register(iss, VDINT(0));
                                    ^
   drivers/staging/media/omap4iss/iss_ipipeif.c:72:22: warning: incompatible pointer to integer conversion passing 'struct iss_device *' to parameter of type 'int' [-Wint-conversion]
           isif_print_register(iss, VDINT(0));
                               ^~~
   drivers/staging/media/omap4iss/iss_ipipeif.c:73:27: error: use of undeclared identifier 'HSIZE'
           isif_print_register(iss, HSIZE);
                                    ^
>> drivers/staging/media/omap4iss/iss_ipipeif.c:75:27: error: use of undeclared identifier 'SYSCONFIG'
           isp5_print_register(iss, SYSCONFIG);
                                    ^
   fatal error: too many errors emitted, stopping now [-ferror-limit=]
   1 warning and 20 errors generated.


vim +/SYSCONFIG +75 drivers/staging/media/omap4iss/iss_ipipeif.c

    54	
    55	static void ipipeif_print_status(struct iss_ipipeif_device *ipipeif)
    56	{
    57		struct iss_device *iss = to_iss_device(ipipeif);
    58	
    59		dev_dbg(iss->dev, "-------------IPIPEIF Register dump-------------\n");
    60	
    61		ipipeif_print_register(iss, CFG1);
    62		ipipeif_print_register(iss, CFG2);
    63	
    64		isif_print_register(iss, SYNCEN);
    65		isif_print_register(iss, CADU);
    66		isif_print_register(iss, CADL);
    67		isif_print_register(iss, MODESET);
    68		isif_print_register(iss, CCOLP);
    69		isif_print_register(iss, SPH);
    70		isif_print_register(iss, LNH);
    71		isif_print_register(iss, LNV);
    72		isif_print_register(iss, VDINT(0));
    73		isif_print_register(iss, HSIZE);
    74	
  > 75		isp5_print_register(iss, SYSCONFIG);
    76		isp5_print_register(iss, CTRL);
    77		isp5_print_register(iss, IRQSTATUS(0));
    78		isp5_print_register(iss, IRQENABLE_SET(0));
    79		isp5_print_register(iss, IRQENABLE_CLR(0));
    80	
    81		dev_dbg(iss->dev, "-----------------------------------------------\n");
    82	}
    83	

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

  reply	other threads:[~2021-04-13  0:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1618231618.git.alinesantanacordeiro@gmail.com>
2021-04-12 12:57 ` [Outreachy kernel][PATCH 1/4 v2] staging: media: omap4iss: Replace macro function by static inline function in file iss.c Aline Santana Cordeiro
2021-04-12 13:40   ` Laurent Pinchart
2021-04-12 13:58     ` ascordeiro
2021-04-12 15:11       ` Laurent Pinchart
2021-04-12 17:29         ` ascordeiro
2021-04-12 17:36           ` Julia Lawall
2021-04-12 17:39             ` ascordeiro
2021-04-12 12:57 ` [Outreachy kernel][PATCH 2/4 v2] staging: media: omap4iss: Replace macro function by static inline function in file iss_ipipe.c Aline Santana Cordeiro
2021-04-12 12:57 ` [Outreachy kernel][PATCH 3/4 v2] staging: media: omap4iss: Replace macro function by static inline function in file iss_ipipeif.c Aline Santana Cordeiro
2021-04-13  0:16   ` kernel test robot [this message]
2021-04-12 12:57 ` [Outreachy kernel][PATCH 4/4 v2] staging: media: omap4iss: Replace macro function by static inline function in file iss_resizer.c Aline Santana Cordeiro
2021-04-13  1:49   ` kernel 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=202104130812.04An4xV6-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=alinesantanacordeiro@gmail.com \
    --cc=clang-built-linux@googlegroups.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kbuild-all@lists.01.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=mchehab@kernel.org \
    --cc=outreachy-kernel@googlegroups.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).