Devicetree
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
Cc: mark.rutland@arm.com, devicetree@vger.kernel.org,
	alsa-devel@alsa-project.org, michael@amarulasolutions.com,
	alexandre.belloni@bootlin.com, linux-kernel@vger.kernel.org,
	tiwai@suse.com, lgirdwood@gmail.com, robh+dt@kernel.org,
	broonie@kernel.org, kbuild-all@01.org,
	thomas.petazzoni@bootlin.com, mylene.josserand@bootlin.com
Subject: Re: [PATCH v3 1/2] ASoC: codecs: Add support for PCM1789
Date: Sat, 17 Mar 2018 19:19:51 +0800	[thread overview]
Message-ID: <201803171907.vbmkB7Z8%fengguang.wu@intel.com> (raw)
In-Reply-To: <20180315161825.5524-2-mylene.josserand@bootlin.com>

Hi Mylène,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on v4.16-rc4]
[also build test WARNING on next-20180316]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Myl-ne-Josserand/ASoC-codecs-Add-support-for-PCM1789/20180317-174449


coccinelle warnings: (new ones prefixed by >>)

>> sound/soc/codecs/pcm1789.c:265:1-3: ERROR: test of a variable/field address

vim +265 sound/soc/codecs/pcm1789.c

   260	
   261	int pcm1789_common_exit(struct device *dev)
   262	{
   263		struct pcm1789_private *priv = dev_get_drvdata(dev);
   264	
 > 265		if (&priv->work)
   266			flush_work(&priv->work);
   267	
   268		return 0;
   269	}
   270	EXPORT_SYMBOL_GPL(pcm1789_common_exit);
   271	

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

  reply	other threads:[~2018-03-17 11:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-15 16:18 [PATCH v3 0/2] ASoC: Add support for DAC PCM1789 Mylène Josserand
2018-03-15 16:18 ` [PATCH v3 1/2] ASoC: codecs: Add support for PCM1789 Mylène Josserand
2018-03-17 11:19   ` kbuild test robot [this message]
2018-03-19  1:23     ` Mark Brown
2018-03-15 16:18 ` [PATCH v3 2/2] ASoC: Add bindings " Mylène Josserand
2018-03-18 12:52   ` Rob Herring

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=201803171907.vbmkB7Z8%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=kbuild-all@01.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=michael@amarulasolutions.com \
    --cc=mylene.josserand@bootlin.com \
    --cc=robh+dt@kernel.org \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=tiwai@suse.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