All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [linux-sof-driver:pr/2641 1/2] sound/soc/codecs/rt711.c:898:6: warning: no previous prototype for 'rt711_remove'
Date: Fri, 18 Dec 2020 19:49:38 +0800	[thread overview]
Message-ID: <202012181933.1RtRCLEL-lkp@intel.com> (raw)

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

tree:   https://github.com/thesofproject/linux pr/2641
head:   a9f0d8a6288b10eaa5eb436c25893e5f2e09a3fd
commit: 58815abc169935aa90f955023bcda884112962c2 [1/2] ASoC: rt711_*: add snd_soc_component remove callback
config: arm64-sof-customedconfig-soundwire-defconfig (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.0
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
        # https://github.com/thesofproject/linux/commit/58815abc169935aa90f955023bcda884112962c2
        git remote add linux-sof-driver https://github.com/thesofproject/linux
        git fetch --no-tags linux-sof-driver pr/2641
        git checkout 58815abc169935aa90f955023bcda884112962c2
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64 

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

All warnings (new ones prefixed by >>):

>> sound/soc/codecs/rt711.c:898:6: warning: no previous prototype for 'rt711_remove' [-Wmissing-prototypes]
     898 | void rt711_remove(struct snd_soc_component *component)
         |      ^~~~~~~~~~~~


vim +/rt711_remove +898 sound/soc/codecs/rt711.c

   897	
 > 898	void rt711_remove(struct snd_soc_component *component)
   899	{
   900		struct rt711_priv *rt711 = snd_soc_component_get_drvdata(component);
   901	
   902		regcache_cache_only(rt711->regmap, true);
   903	}
   904	

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

                 reply	other threads:[~2020-12-18 11:49 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=202012181933.1RtRCLEL-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /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.