public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, Ulf Hansson <ulf.hansson@linaro.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Chaotian Jing <chaotian.jing@mediatek.com>,
	yong mao <yong.mao@mediatek.com>,
	Eddie Huang <eddie.huang@mediatek.com>,
	Chunfeng Yun <chunfeng.yun@mediatek.com>,
	linux-mmc@vger.kernel.org, srv_heupstream@mediatek.com,
	linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [PATCH] mmc: mediatek: fix semicolon.cocci warnings
Date: Fri, 20 Jan 2017 12:49:05 +0800	[thread overview]
Message-ID: <20170120044905.GA125055@lkp-g5.lkp.intel.com> (raw)
In-Reply-To: <1484821156-20565-4-git-send-email-yong.mao@mediatek.com>

drivers/mmc/host/mtk-sd.c:1400:4-5: Unneeded semicolon


 Remove unneeded semicolon.

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

CC: yong mao <yong.mao@mediatek.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

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

--- a/drivers/mmc/host/mtk-sd.c
+++ b/drivers/mmc/host/mtk-sd.c
@@ -1397,7 +1397,7 @@ static int msdc_tune_response(struct mmc
 			} else {
 				fall_delay &= ~(1 << i);
 				break;
-			};
+			}
 		}
 	}
 	final_fall_delay = get_best_delay(host, fall_delay);

  reply	other threads:[~2017-01-20  4:49 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-19 10:19 [PATCH v3 0/3] mmc: mediatek: Use data tune for CMD line tune Yong Mao
2017-01-19 10:19 ` [PATCH v3 1/3] mmc: dt-bindings: update Mediatek MMC bindings Yong Mao
2017-01-20  7:43   ` Daniel Kurtz
     [not found]   ` <1484821156-20565-2-git-send-email-yong.mao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2017-01-20  7:52     ` Ulf Hansson
2017-01-19 10:19 ` [PATCH v3 2/3] dts: mediatek: configure some fixed mmc parameters Yong Mao
2017-01-20  7:59   ` Ulf Hansson
2017-01-24 10:36     ` Matthias Brugger
     [not found] ` <1484821156-20565-1-git-send-email-yong.mao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2017-01-19 10:19   ` [PATCH v3 3/3] mmc: mediatek: Use data tune for CMD line tune Yong Mao
2017-01-20  4:49     ` kbuild test robot [this message]
2017-01-20  4:49     ` kbuild test robot
2017-01-20  8:22     ` Ulf Hansson

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=20170120044905.GA125055@lkp-g5.lkp.intel.com \
    --to=lkp@intel.com \
    --cc=chaotian.jing@mediatek.com \
    --cc=chunfeng.yun@mediatek.com \
    --cc=eddie.huang@mediatek.com \
    --cc=kbuild-all@01.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=srv_heupstream@mediatek.com \
    --cc=ulf.hansson@linaro.org \
    --cc=yong.mao@mediatek.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