From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fengguang Wu Subject: [PATCH] hdspm - remove unneeded semicolon Date: Mon, 15 Jul 2013 21:41:32 +0800 Message-ID: <20130715134132.GD31056@localhost> References: <51e3f149.nCPr8Y8W56mt7yeV%fengguang.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by alsa0.perex.cz (Postfix) with ESMTP id C09AC26157F for ; Mon, 15 Jul 2013 15:41:35 +0200 (CEST) Content-Disposition: inline In-Reply-To: <51e3f149.nCPr8Y8W56mt7yeV%fengguang.wu@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Takashi Iwai Cc: Adrian Knoth , alsa-devel@alsa-project.org, kbuild-all@01.org List-Id: alsa-devel@alsa-project.org sound/pci/rme9652/hdspm.c:1110:2-3: Unneeded semicolon Generated by: coccinelle/misc/semicolon.cocci Reported-by: Fengguang Wu --- cocci-output-13040-790f4c-hdspm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c @@ -1107,7 +1107,7 @@ static int hdspm_rate_multiplier(struct else if (hdspm->control_register & HDSPM_DoubleSpeed) return rate * 2; - }; + } return rate; }