All of lore.kernel.org
 help / color / mirror / Atom feed
* [plbossart-sound:fix/byt-cr 4015/4016] sound/soc/sof/intel/hda-ctrl.c:24:48: error: expected ')' before 'int'
@ 2019-11-28  7:19 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2019-11-28  7:19 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/plbossart/sound fix/byt-cr
head:   b677010d6996093da60cc7a6e2112c54e68266c3
commit: 0bdbe73a44dacf0b3c3dc6d410379ac0c240a765 [4015/4016] ASoC: SOF: Intel: add codec_mask module parameter
config: sparc64-allmodconfig (attached as .config)
compiler: sparc64-linux-gcc (GCC) 7.4.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 0bdbe73a44dacf0b3c3dc6d410379ac0c240a765
        # save the attached .config to linux build tree
        GCC_VERSION=7.4.0 make.cross ARCH=sparc64 

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

All errors (new ones prefixed by >>):

>> sound/soc/sof/intel/hda-ctrl.c:24:48: error: expected ')' before 'int'
    module_param_named(codec_mask, hda_codec_mask, int, 0444);
                                                   ^~~
>> sound/soc/sof/intel/hda-ctrl.c:25:30: error: expected ')' before string constant
    MODULE_PARM_DESC(codec_mask, "SOF HDA codec mask for probing");
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   sound/soc/sof/intel/hda-ctrl.c:23:12: warning: 'hda_codec_mask' defined but not used [-Wunused-variable]
    static int hda_codec_mask = -1;
               ^~~~~~~~~~~~~~

vim +24 sound/soc/sof/intel/hda-ctrl.c

    22	
    23	static int hda_codec_mask = -1;
  > 24	module_param_named(codec_mask, hda_codec_mask, int, 0444);
  > 25	MODULE_PARM_DESC(codec_mask, "SOF HDA codec mask for probing");
    26	

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org Intel Corporation

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 59188 bytes --]

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

only message in thread, other threads:[~2019-11-28  7:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-28  7:19 [plbossart-sound:fix/byt-cr 4015/4016] sound/soc/sof/intel/hda-ctrl.c:24:48: error: expected ')' before 'int' 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.