All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [android-common:android11-kiwi-5.4 1/1] sound/pci/intel8x0.c:928:18: error: 'chip' undeclared
Date: Sat, 02 Oct 2021 09:53:20 +0800	[thread overview]
Message-ID: <202110020916.hgr8f6ER-lkp@intel.com> (raw)

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

tree:   https://android.googlesource.com/kernel/common android11-kiwi-5.4
head:   4b71a99607e749b8f0064c741739f6348755e4bf
commit: 4b71a99607e749b8f0064c741739f6348755e4bf [1/1] ANDROID: Patch intel8x0 race condition bug
config: x86_64-allyesconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        git remote add android-common https://android.googlesource.com/kernel/common
        git fetch --no-tags android-common android11-kiwi-5.4
        git checkout 4b71a99607e749b8f0064c741739f6348755e4bf
        # save the attached .config to linux build tree
        mkdir build_dir
        make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash sound/

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 >>):

   sound/pci/intel8x0.c: In function 'snd_intel8x0_hw_free':
>> sound/pci/intel8x0.c:928:18: error: 'chip' undeclared (first use in this function)
     928 |  synchronize_irq(chip->irq);
         |                  ^~~~
   sound/pci/intel8x0.c:928:18: note: each undeclared identifier is reported only once for each function it appears in


vim +/chip +928 sound/pci/intel8x0.c

   923	
   924	static int snd_intel8x0_hw_free(struct snd_pcm_substream *substream)
   925	{
   926		struct ichdev *ichdev = get_ichdev(substream);
   927	
 > 928		synchronize_irq(chip->irq);
   929		if (ichdev->pcm_open_flag) {
   930			snd_ac97_pcm_close(ichdev->pcm);
   931			ichdev->pcm_open_flag = 0;
   932		}
   933		return snd_pcm_lib_free_pages(substream);
   934	}
   935	

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

                 reply	other threads:[~2021-10-02  1:53 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=202110020916.hgr8f6ER-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.