All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-sof-driver:pr/1818 4/6] sound/soc/sof/loader.c:141:2: error: 'ready' undeclared; did you mean 'readq'?
@ 2020-03-09 17:06 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-03-09 17:06 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/thesofproject/linux pr/1818
head:   27d66ccab8359efce48dd571a18bfefeff0ec0cd
commit: f13975de21dce61b68518f00ed8340b851b7a9e8 [4/6] ASoC: SOF: XMan: parse firmware version
config: x86_64-sof-customedconfig-sof-defconfig (attached as .config)
compiler: gcc-7 (Debian 7.5.0-5) 7.5.0
reproduce:
        git checkout f13975de21dce61b68518f00ed8340b851b7a9e8
        # save the attached .config to linux build tree
        make ARCH=x86_64 

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

All errors (new ones prefixed by >>):

   In file included from sound/soc/sof/loader.c:15:0:
   include/uapi/sound/sof/ext_manifest.h:70:28: error: field 'version' has incomplete type
     struct sof_ipc_fw_version version;
                               ^~~~~~~
   sound/soc/sof/loader.c: In function 'ext_man_get_fw_version':
>> sound/soc/sof/loader.c:141:2: error: 'ready' undeclared (first use in this function); did you mean 'readq'?
     ready->flags = v->flags;
     ^~~~~
     readq
   sound/soc/sof/loader.c:141:2: note: each undeclared identifier is reported only once for each function it appears in

vim +141 sound/soc/sof/loader.c

   132	
   133	static int ext_man_get_fw_version(struct snd_sof_dev *sdev,
   134					  const struct ext_man_elem_header *hdr)
   135	{
   136		const struct ext_man_fw_version *v;
   137	
   138		v = container_of(hdr, struct ext_man_fw_version, hdr);
   139	
   140		memcpy(&sdev->fw_ready.version, &v->version, sizeof(v->version));
 > 141		ready->flags = v->flags;
   142	
   143		/* log ABI versions and check FW compatibility */
   144		return snd_sof_ipc_valid(sdev);
   145	}
   146	

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

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

only message in thread, other threads:[~2020-03-09 17:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-09 17:06 [linux-sof-driver:pr/1818 4/6] sound/soc/sof/loader.c:141:2: error: 'ready' undeclared; did you mean 'readq'? kbuild 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.