linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Sven Van Asbroeck <thesven73@gmail.com>
Cc: kbuild-all@lists.01.org, Mark Brown <broonie@kernel.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
	alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: [PATCH] ASoC: fix semicolon.cocci warnings
Date: Tue, 26 May 2020 02:43:51 +0800	[thread overview]
Message-ID: <20200525184351.GA37386@5cf39b9a5cc3> (raw)
In-Reply-To: <202005260227.no1AzpN2%lkp@intel.com>

From: kbuild test robot <lkp@intel.com>

sound/soc/codecs/zl38060.c:298:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 52e8a94baf90 ("ASoC: Add initial ZL38060 driver")
CC: Sven Van Asbroeck <thesven73@gmail.com>
Signed-off-by: kbuild test robot <lkp@intel.com>
---

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.8
head:   f202272cabf276441174dc05ad8b94d3c1174877
commit: 52e8a94baf9026276fcdc9ff21a50dc2ca0bc94b [26/131] ASoC: Add initial ZL38060 driver

 zl38060.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/soc/codecs/zl38060.c
+++ b/sound/soc/codecs/zl38060.c
@@ -295,7 +295,7 @@ static int zl38_hw_params(struct snd_pcm
 		break;
 	default:
 		return -EINVAL;
-	};
+	}
 
 	err = regmap_update_bits(priv->regmap, REG_TDMA_CFG_CLK,
 				 CFG_CLK_FSRATE_MASK, fsrate);

       reply	other threads:[~2020-05-25 18:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <202005260227.no1AzpN2%lkp@intel.com>
2020-05-25 18:43 ` kbuild test robot [this message]
2020-05-26 16:45   ` [PATCH] ASoC: fix semicolon.cocci warnings Mark Brown
     [not found] <201706300009.TtWtyn5F%fengguang.wu@intel.com>
2017-06-29 16:27 ` kbuild test robot
     [not found] <201703120926.sfMZgA75%fengguang.wu@intel.com>
2017-03-12  1:11 ` kbuild test robot

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=20200525184351.GA37386@5cf39b9a5cc3 \
    --to=lkp@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=kbuild-all@lists.01.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=thesven73@gmail.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;
as well as URLs for NNTP newsgroup(s).