From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [plbossart-sound:fix/bdw-rt5677-load-unload 3/3] sound/soc/intel/boards/kbl_rt5660.c:215:31: error: extraneous ')' before '; '
Date: Fri, 06 Mar 2020 14:27:56 +0800 [thread overview]
Message-ID: <202003061438.AX4HV3CC%lkp@intel.com> (raw)
[-- 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 --]
reply other threads:[~2020-03-06 6:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202003061438.AX4HV3CC%lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
/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 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.