From: kernel test robot <lkp@intel.com>
To: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
Steev Klimaszewski <steev@kali.org>,
Krzysztof Kozlowski <krzk@kernel.org>
Subject: [steev:c630-linux-6.7.y 160/172] sound/soc/codecs/wsa884x.c:1782:33: error: no member named 'dev' in 'struct sdw_stream_runtime'
Date: Mon, 15 Jan 2024 22:40:54 +0800 [thread overview]
Message-ID: <202401152241.JjKK4P38-lkp@intel.com> (raw)
tree: https://github.com/steev/linux c630-linux-6.7.y
head: 1e38da45fb7002ca38a657441f21dc4c93fb8cf3
commit: 73e51a60212fd2c7e76a32a01b4c22a2cbfc24ad [160/172] ASoC: codecs: wsa884x: check if set_stream is called for proper bus
config: i386-randconfig-013-20240115 (https://download.01.org/0day-ci/archive/20240115/202401152241.JjKK4P38-lkp@intel.com/config)
compiler: ClangBuiltLinux clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240115/202401152241.JjKK4P38-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/202401152241.JjKK4P38-lkp@intel.com/
All errors (new ones prefixed by >>):
>> sound/soc/codecs/wsa884x.c:1782:33: error: no member named 'dev' in 'struct sdw_stream_runtime'
1782 | if (sdw->bus->dev != sruntime->dev)
| ~~~~~~~~ ^
1 error generated.
vim +1782 sound/soc/codecs/wsa884x.c
1773
1774 static int wsa884x_set_stream(struct snd_soc_dai *dai,
1775 void *stream, int direction)
1776 {
1777 struct wsa884x_priv *wsa884x = dev_get_drvdata(dai->dev);
1778 struct sdw_stream_runtime *sruntime = stream;
1779 struct sdw_slave *sdw = dev_to_sdw_dev(dai->dev);
1780
1781 /* Check if this belongs to same bus */
> 1782 if (sdw->bus->dev != sruntime->dev)
1783 return 0;
1784
1785 wsa884x->sruntime = stream;
1786
1787 return 0;
1788 }
1789
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next reply other threads:[~2024-01-15 14:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-15 14:40 kernel test robot [this message]
2024-01-15 14:55 ` [steev:c630-linux-6.7.y 160/172] sound/soc/codecs/wsa884x.c:1782:33: error: no member named 'dev' in 'struct sdw_stream_runtime' Krzysztof Kozlowski
2024-01-16 0:50 ` Philip Li
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=202401152241.JjKK4P38-lkp@intel.com \
--to=lkp@intel.com \
--cc=krzk@kernel.org \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=srinivas.kandagatla@linaro.org \
--cc=steev@kali.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox