From mboxrd@z Thu Jan 1 00:00:00 1970 From: kbuild test robot Subject: [PATCH] mmc: sdhci-of-at91: fix semicolon.cocci warnings Date: Sat, 26 Mar 2016 01:11:10 +0800 Message-ID: <20160325171110.GA25372@lkp-ne04> References: <201603260102.emd05hRC%fengguang.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1458921903-11133-3-git-send-email-ludovic.desroches@atmel.com> Sender: linux-mmc-owner@vger.kernel.org Cc: kbuild-all@01.org, ulf.hansson@linaro.org, adrian.hunter@intel.com, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, linux-pm@vger.kernel.org, nicolas.ferre@atmel.com, Ludovic Desroches List-Id: linux-pm@vger.kernel.org drivers/mmc/host/sdhci-of-at91.c:94:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Ludovic Desroches Signed-off-by: Fengguang Wu --- sdhci-of-at91.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/mmc/host/sdhci-of-at91.c +++ b/drivers/mmc/host/sdhci-of-at91.c @@ -91,7 +91,7 @@ static int sdhci_at91_runtime_suspend(st host->runtime_suspended = true; spin_unlock_irqrestore(&host->lock, flags); clk_disable_unprepare(priv->hclock); - }; + } clk_disable_unprepare(priv->gck); clk_disable_unprepare(priv->mainck);