All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
	Thomas Gleixner <tglx@linutronix.de>
Subject: [rt-devel:linux-6.1.y-rt-rebase 11/51] sound/soc/mediatek/mt8186/mt8186-afe-clk.c:16:21: warning: unused variable 'mutex_request_dram'
Date: Tue, 15 Oct 2024 10:18:56 +0800	[thread overview]
Message-ID: <202410151059.MeUuTMS2-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git linux-6.1.y-rt-rebase
head:   90d96fee668dc306dd748393383c0fc74b798eee
commit: 4f334c6ed61305826ccc33c2281cf2a43146e4fc [11/51] x86: Allow to enable RT
config: x86_64-buildonly-randconfig-001-20241015 (https://download.01.org/0day-ci/archive/20241015/202410151059.MeUuTMS2-lkp@intel.com/config)
compiler: clang version 18.1.8 (https://github.com/llvm/llvm-project 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241015/202410151059.MeUuTMS2-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/202410151059.MeUuTMS2-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> sound/soc/mediatek/mt8186/mt8186-afe-clk.c:16:21: warning: unused variable 'mutex_request_dram' [-Wunused-variable]
      16 | static DEFINE_MUTEX(mutex_request_dram);
         |                     ^~~~~~~~~~~~~~~~~~
   include/linux/mutex.h:149:15: note: expanded from macro 'DEFINE_MUTEX'
     149 |         struct mutex mutexname = __MUTEX_INITIALIZER(mutexname)
         |                      ^~~~~~~~~
   1 warning generated.


vim +/mutex_request_dram +16 sound/soc/mediatek/mt8186/mt8186-afe-clk.c

55b423d5623ccd Jiaxin Yu 2022-05-23  15  
55b423d5623ccd Jiaxin Yu 2022-05-23 @16  static DEFINE_MUTEX(mutex_request_dram);
55b423d5623ccd Jiaxin Yu 2022-05-23  17  

:::::: The code at line 16 was first introduced by commit
:::::: 55b423d5623ccd6785429431c2cf5f3e073b73ba ASoC: mediatek: mt8186: support audio clock control in platform driver

:::::: TO: Jiaxin Yu <jiaxin.yu@mediatek.com>
:::::: CC: Mark Brown <broonie@kernel.org>

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

                 reply	other threads:[~2024-10-15  2:19 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=202410151059.MeUuTMS2-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=bigeasy@linutronix.de \
    --cc=llvm@lists.linux.dev \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=tglx@linutronix.de \
    /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.