* [plbossart-sound:fix/bdw-rt5677-load-unload 3/3] sound/soc/intel/boards/kbl_rt5660.c:215:31: error: extraneous ')' before '; '
@ 2020-03-06 6:27 kbuild test robot
0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-03-06 6:27 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 1282 bytes --]
tree: https://github.com/plbossart/sound fix/bdw-rt5677-load-unload
head: 6ba338dcddaa351d9db5d865a2bfa5d85304683d
commit: 6ba338dcddaa351d9db5d865a2bfa5d85304683d [3/3] ASoC: Intel: kbl-rt5660: use .exit() dailink callback to release gpiod
config: x86_64-allyesconfig (attached as .config)
compiler: clang version 11.0.0 (git://gitmirror/llvm_project f70e7dc17d78a83265a89158ee549f1147d7d500)
reproduce:
# FIXME the reproduce steps for clang is not ready yet
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/intel/boards/kbl_rt5660.c:215:31: error: extraneous ')' before ';'
gpiod_put(ctx->gpio_lo_mute));
^
1 error generated.
vim +215 sound/soc/intel/boards/kbl_rt5660.c
209
210 static void kabylake_rt5660_codec_exit(struct snd_soc_pcm_runtime *rtd)
211 {
212 struct kbl_codec_private *ctx = snd_soc_card_get_drvdata(rtd->card);
213
214 if (!IS_ERR(ctx->gpio_lo_mute))
> 215 gpiod_put(ctx->gpio_lo_mute));
216 }
217
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 72356 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-03-06 6:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-06 6:27 [plbossart-sound:fix/bdw-rt5677-load-unload 3/3] sound/soc/intel/boards/kbl_rt5660.c:215:31: error: extraneous ')' before '; ' 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.