All of lore.kernel.org
 help / color / mirror / Atom feed
* [android-common:android11-kiwi-5.4 1/1] sound/pci/intel8x0.c:928:18: error: 'chip' undeclared
@ 2021-10-02  1:53 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-10-02  1:53 UTC (permalink / raw)
  To: kbuild-all

[-- 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 --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-02  1:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-02  1:53 [android-common:android11-kiwi-5.4 1/1] sound/pci/intel8x0.c:928:18: error: 'chip' undeclared kernel test robot

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.