From patchwork Tue Nov 20 06:07:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jing Wang X-Patchwork-Id: 1770931 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id D422FDF2AB for ; Tue, 20 Nov 2012 06:10:02 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Tagzm-0000OB-V6; Tue, 20 Nov 2012 06:07:43 +0000 Received: from mail-pa0-f49.google.com ([209.85.220.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Tagzk-0000Nq-GM for linux-arm-kernel@lists.infradead.org; Tue, 20 Nov 2012 06:07:41 +0000 Received: by mail-pa0-f49.google.com with SMTP id bi1so1043270pad.36 for ; Mon, 19 Nov 2012 22:07:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=teESwsRwlzKtGpGpHswlcUPH16UdKv0IpZmDSDSSCdA=; b=xPC5z+q3BKgWCOQ2J/VAVODOc+dHnHlxp5T4RhQ0jnXCv6qzrcE2DFg0aR14o+vwru MbThlPfCXgRGLa10lLiBxbeVWTL3PkchKg50iUNApqNWJisOB4NmZZoARQt6Y8oPf9PA 8TsDI/4y4mpPwhumch5sCSuDXO3y2t4QIHez719EIfvI0zrGKQbYAH+tZTjhTMplrTNg lRIE3y86HxlQzdlFW9Mo9scRcXveMz41/DOCcRt0XvLHXH1ZyUWGte+kS/63XDcVRn1d z8+DW4a+cdssGQjKLRiMcimyEPQXYq0SDJkXwtlT1+2GQdOUo9RrxmcecDsDNxTrISU7 Scpg== Received: by 10.68.230.105 with SMTP id sx9mr46132429pbc.44.1353391656520; Mon, 19 Nov 2012 22:07:36 -0800 (PST) Received: from wangjing.tclres.com ([210.75.20.122]) by mx.google.com with ESMTPS id ug6sm7505184pbc.4.2012.11.19.22.07.30 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 22:07:35 -0800 (PST) From: Jing Wang To: Ben Dooks , Chris Ball Subject: [PATCH 2/2] mmc/host/s3cmci: remove the excess "goto irq_out" Date: Tue, 20 Nov 2012 14:07:14 +0800 Message-Id: <1353391635-7691-1-git-send-email-windsdaemon@gmail.com> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121120_010740_746700_43AA5DBF X-CRM114-Status: UNSURE ( 9.74 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (windsdaemon[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.49 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Jing Wang , linux-mmc@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Jing Wang This patch delete excess "goto irq_out", because the function can run as normal without this. Signed-off-by: Jing Wang --- drivers/mmc/host/s3cmci.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c index 4638dda..e488e60 100644 --- a/drivers/mmc/host/s3cmci.c +++ b/drivers/mmc/host/s3cmci.c @@ -733,8 +733,6 @@ close_transfer: clear_imask(host); tasklet_schedule(&host->pio_tasklet); - goto irq_out; - irq_out: dbg(host, dbg_irq, "csta:0x%08x dsta:0x%08x fsta:0x%08x dcnt:0x%08x status:%s.\n",