linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Bart Van Assche <bvanassche@acm.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Memory Management List <linux-mm@kvack.org>
Subject: [akpm-mm:mm-unstable 56/239] drivers/gpu/drm/renesas/rcar-du/rcar_cmm.c:35:19: error: unused function 'rcar_cmm_read'
Date: Mon, 16 Dec 2024 08:40:36 +0800	[thread overview]
Message-ID: <202412160831.5xPilPXv-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-unstable
head:   2563d17c641922648007b2abfe3406e2a9a7faf8
commit: d39928f4ecbaf71fa2249fa75473f0349910d21c [56/239] mm/vmstat: fix a W=1 clang compiler warning
config: powerpc-randconfig-002-20241216 (https://download.01.org/0day-ci/archive/20241216/202412160831.5xPilPXv-lkp@intel.com/config)
compiler: clang version 20.0.0git (https://github.com/llvm/llvm-project 2dc22615fd46ab2566d0f26d5ba234ab12dc4bf8)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241216/202412160831.5xPilPXv-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202412160831.5xPilPXv-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/gpu/drm/renesas/rcar-du/rcar_cmm.c:35:19: error: unused function 'rcar_cmm_read' [-Werror,-Wunused-function]
      35 | static inline int rcar_cmm_read(struct rcar_cmm *rcmm, u32 reg)
         |                   ^~~~~~~~~~~~~
   1 error generated.


vim +/rcar_cmm_read +35 drivers/gpu/drm/renesas/rcar-du/rcar_cmm.c

e08e934d6c289ed drivers/gpu/drm/rcar-du/rcar_cmm.c Jacopo Mondi 2019-10-17  34  
e08e934d6c289ed drivers/gpu/drm/rcar-du/rcar_cmm.c Jacopo Mondi 2019-10-17 @35  static inline int rcar_cmm_read(struct rcar_cmm *rcmm, u32 reg)
e08e934d6c289ed drivers/gpu/drm/rcar-du/rcar_cmm.c Jacopo Mondi 2019-10-17  36  {
e08e934d6c289ed drivers/gpu/drm/rcar-du/rcar_cmm.c Jacopo Mondi 2019-10-17  37  	return ioread32(rcmm->base + reg);
e08e934d6c289ed drivers/gpu/drm/rcar-du/rcar_cmm.c Jacopo Mondi 2019-10-17  38  }
e08e934d6c289ed drivers/gpu/drm/rcar-du/rcar_cmm.c Jacopo Mondi 2019-10-17  39  

:::::: The code at line 35 was first introduced by commit
:::::: e08e934d6c289ed0d6bc222271f69dc35fb2caa5 drm: rcar-du: Add support for CMM

:::::: TO: Jacopo Mondi <jacopo+renesas@jmondi.org>
:::::: CC: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


                 reply	other threads:[~2024-12-16  0:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202412160831.5xPilPXv-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=bvanassche@acm.org \
    --cc=linux-mm@kvack.org \
    --cc=llvm@lists.linux.dev \
    --cc=oe-kbuild-all@lists.linux.dev \
    /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