lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 26 Jan 2016 03:00:43 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Mans Rullgard <mans@...sr.com>
Cc:	kbuild-all@...org, Mark Brown <broonie@...nel.org>,
	Liam Girdwood <lgirdwood@...il.com>,
	Jaroslav Kysela <perex@...ex.cz>,
	Takashi Iwai <tiwai@...e.com>, alsa-devel@...a-project.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ASoC: mxs-saif: add mclk enable/disable ops

Hi Mans,

[auto build test ERROR on asoc/for-next]
[also build test ERROR on v4.5-rc1 next-20160125]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Mans-Rullgard/ASoC-mxs-saif-add-mclk-enable-disable-ops/20160125-204139
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: x86_64-allmodconfig (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   In file included from sound/soc/mxs/mxs-sgtl5000.c:30:0:
>> sound/soc/mxs/mxs-saif.h:132:21: error: field 'div_clk' has incomplete type
     struct clk_divider div_clk;
                        ^

vim +/div_clk +132 sound/soc/mxs/mxs-saif.h

   126	
   127		enum {
   128			MXS_SAIF_STATE_STOPPED,
   129			MXS_SAIF_STATE_RUNNING,
   130		} state;
   131	
 > 132		struct clk_divider div_clk;
   133	};
   134	
   135	extern int mxs_saif_put_mclk(unsigned int saif_id);

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Download attachment ".config.gz" of type "application/octet-stream" (51133 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ