Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Pavel Machek <pavel@ucw.cz>,
	kernel list <linux-kernel@vger.kernel.org>,
	broonie@kernel.org
Cc: alsa-devel@alsa-project.org, kbuild-all@lists.01.org,
	kuninori.morimoto.gx@renesas.com, tony@atomide.com,
	tiwai@suse.com, lgirdwood@gmail.com, peter.ujfalusi@ti.com,
	Sebastian Reichel <sre@kernel.org>
Subject: Re: [PATCH] ASoC: audio-graph-card: Add audio mixer for Motorola mdm6600
Date: Mon, 29 Mar 2021 08:36:10 +0800	[thread overview]
Message-ID: <202103290846.5D7k1oG4-lkp@intel.com> (raw)
In-Reply-To: <20210328110752.GA6424@duo.ucw.cz>

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

Hi Pavel,

I love your patch! Yet something to improve:

[auto build test ERROR on asoc/for-next]
[also build test ERROR on linux/master linus/master v5.12-rc4 next-20210326]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Pavel-Machek/ASoC-audio-graph-card-Add-audio-mixer-for-Motorola-mdm6600/20210328-191104
base:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
config: x86_64-allyesconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        # https://github.com/0day-ci/linux/commit/654466aa66c5062f6ca787461a9606313fa7026e
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Pavel-Machek/ASoC-audio-graph-card-Add-audio-mixer-for-Motorola-mdm6600/20210328-191104
        git checkout 654466aa66c5062f6ca787461a9606313fa7026e
        # save the attached .config to linux build tree
        make W=1 ARCH=x86_64 

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

All errors (new ones prefixed by >>):

>> sound/soc/codecs/motmdm.c:23:10: fatal error: motmdm-state.h: No such file or directory
      23 | #include "motmdm-state.h"
         |          ^~~~~~~~~~~~~~~~
   compilation terminated.
--
   sound/soc/codecs/motmdm-state.c:35:5: warning: no previous prototype for 'register_modem_state_notifier' [-Wmissing-prototypes]
      35 | int register_modem_state_notifier(struct notifier_block *nb)
         |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   sound/soc/codecs/motmdm-state.c:41:5: warning: no previous prototype for 'unregister_modem_state_notifier' [-Wmissing-prototypes]
      41 | int unregister_modem_state_notifier(struct notifier_block *nb)
         |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   sound/soc/codecs/motmdm-state.c: In function 'modem_state_notifier_call_chain':
>> sound/soc/codecs/motmdm-state.c:50:8: error: implicit declaration of function '__blocking_notifier_call_chain'; did you mean 'blocking_notifier_call_chain'? [-Werror=implicit-function-declaration]
      50 |  ret = __blocking_notifier_call_chain(&modem_state_chain_head, val, NULL,
         |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         |        blocking_notifier_call_chain
   cc1: some warnings being treated as errors


vim +23 sound/soc/codecs/motmdm.c

    22	
  > 23	#include "motmdm-state.h"
    24	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

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

      parent reply	other threads:[~2021-03-29  0:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-28 11:07 [PATCH] ASoC: audio-graph-card: Add audio mixer for Motorola mdm6600 Pavel Machek
2021-03-28 22:17 ` Kuninori Morimoto
2021-03-29  0:36 ` kernel test robot [this message]

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=202103290846.5D7k1oG4-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=kbuild-all@lists.01.org \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel@ucw.cz \
    --cc=peter.ujfalusi@ti.com \
    --cc=sre@kernel.org \
    --cc=tiwai@suse.com \
    --cc=tony@atomide.com \
    /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