lkml.org 
[lkml]   [2018]   [Mar]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v3 1/2] ASoC: codecs: Add support for PCM1789
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

\
 
 \ /
  Last update: 2018-03-17 12:20    [W:0.275 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site