From: Cezary Rojewski <cezary.rojewski@intel.com>
To: Yang Li <yang.lee@linux.alibaba.com>, perex@perex.cz
Cc: tiwai@suse.com, broonie@kernel.org, yang.jie@linux.intel.com,
liam.r.girdwood@linux.intel.com,
pierre-louis.bossart@linux.intel.com,
alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ASoC: Intel: catpt: remove unneeded semicolon
Date: Mon, 1 Feb 2021 22:03:01 +0100 [thread overview]
Message-ID: <fb3dd21b-dde6-d9f7-e497-a443f60e7493@intel.com> (raw)
In-Reply-To: <1612166481-121376-1-git-send-email-yang.lee@linux.alibaba.com>
On 2021-02-01 9:01 AM, Yang Li wrote:
> Eliminate the following coccicheck warning:
> ./sound/soc/intel/catpt/pcm.c:355:2-3: Unneeded semicolon
>
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
> ---
> sound/soc/intel/catpt/pcm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/soc/intel/catpt/pcm.c b/sound/soc/intel/catpt/pcm.c
> index e5d54bb..88a0879 100644
> --- a/sound/soc/intel/catpt/pcm.c
> +++ b/sound/soc/intel/catpt/pcm.c
> @@ -352,7 +352,7 @@ static int catpt_dai_apply_usettings(struct snd_soc_dai *dai,
> break;
> default:
> return 0;
> - };
> + }
>
> list_for_each_entry(pos, &component->card->snd_card->controls, list) {
> if (pos->private_data == component &&
>
Hello Yang,
Your patch is much appreciated.
I noticed that more mistakes such as this have been made in the code.
Could you please also update switch-statements in other parts of catpt
(from what I've found, pcm.c has 2 occurrences while loader.c has 1)?
Regards,
Czarek
next prev parent reply other threads:[~2021-02-01 21:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-01 8:01 Yang Li
2021-02-01 21:03 ` Cezary Rojewski [this message]
2021-02-02 19:45 ` Cezary Rojewski
2021-02-03 21:07 ` Mark Brown
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=fb3dd21b-dde6-d9f7-e497-a443f60e7493@intel.com \
--to=cezary.rojewski@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=liam.r.girdwood@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=tiwai@suse.com \
--cc=yang.jie@linux.intel.com \
--cc=yang.lee@linux.alibaba.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
all inboxes | Powered by JetHome®