public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
* [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'
@ 2024-01-15 14:40 kernel test robot
  2024-01-15 14:55 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2024-01-15 14:40 UTC (permalink / raw)
  To: Srinivas Kandagatla
  Cc: llvm, oe-kbuild-all, Steev Klimaszewski, Krzysztof Kozlowski

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [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'
  2024-01-15 14:40 [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' kernel test robot
@ 2024-01-15 14:55 ` Krzysztof Kozlowski
  2024-01-16  0:50   ` Philip Li
  0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Kozlowski @ 2024-01-15 14:55 UTC (permalink / raw)
  To: Steev Klimaszewski
  Cc: llvm, oe-kbuild-all, kernel test robot, Srinivas Kandagatla

On 15/01/2024 15:40, kernel test robot wrote:
> tree:   https://github.com/steev/linux c630-linux-6.7.y

Steev, please limit the testing of your tree, so we won't get notified
on such cases (it's third or fourth email).

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [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'
  2024-01-15 14:55 ` Krzysztof Kozlowski
@ 2024-01-16  0:50   ` Philip Li
  0 siblings, 0 replies; 3+ messages in thread
From: Philip Li @ 2024-01-16  0:50 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Steev Klimaszewski, llvm, oe-kbuild-all, kernel test robot,
	Srinivas Kandagatla

On Mon, Jan 15, 2024 at 03:55:11PM +0100, Krzysztof Kozlowski wrote:
> On 15/01/2024 15:40, kernel test robot wrote:
> > tree:   https://github.com/steev/linux c630-linux-6.7.y
> 
> Steev, please limit the testing of your tree, so we won't get notified
> on such cases (it's third or fourth email).

Sorry, the repo was added by bot, we have configured the repo as private reporting
to avoid sending report to wide audience.

> 
> Best regards,
> Krzysztof
> 
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-16  0:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-15 14:40 [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' kernel test robot
2024-01-15 14:55 ` Krzysztof Kozlowski
2024-01-16  0:50   ` Philip Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox