From patchwork Thu Dec 19 08:54:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 3376281 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 5AB59C0D4A for ; Thu, 19 Dec 2013 09:26:16 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C9BD620629 for ; Thu, 19 Dec 2013 09:26:11 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D1C832060A for ; Thu, 19 Dec 2013 09:26:06 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VtZS8-0002Fn-KO; Thu, 19 Dec 2013 08:59:34 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VtZRT-0008O3-AH; Thu, 19 Dec 2013 08:58:51 +0000 Received: from mail-pa0-f47.google.com ([209.85.220.47]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VtZQU-0008HZ-Ci for linux-arm-kernel@lists.infradead.org; Thu, 19 Dec 2013 08:57:51 +0000 Received: by mail-pa0-f47.google.com with SMTP id kq14so878782pab.34 for ; Thu, 19 Dec 2013 00:57:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=ZlJd5zjQqDSq/qbxaJX6JLsmkgtjC9BHHsVROosttPY=; b=LhxDJK7I4QhXIFLJeOBIBWw4OXZKImoN8ikbEofu7iRmyYlNR1e2yrgm7vx45U/P79 TekaBIC7fDPSQfwfGXOXaSwx9IBB960CRtMpGvkw9pYqVbY245OpiAoL/6ndHN8J8+QM BpCKNtOdFSCpfKnNITYUuHT57CXeGV6QLVHNvWHwS0FQYDvhw6dmj8o+TMjK0J1vDmBp 53qxuWxpMZNumPI5W9c5dCDltN1O7q92dUm/8nqzDsNsg7tKksl0y0fd37VBXJv9EMbw 0uESfP3/zi3WDkKVB5uJjNL7Tc81mDQU638nq3F4CbDzf3BprN/SrloIESb34JNg/obR IvsA== X-Gm-Message-State: ALoCoQlB/LLrbE/dnMwPrWbLOZV/pKRiYLa8sKRjPgKtO6Nv/1QTKDIoF+U5cNOKPSsZmC5QWyNF X-Received: by 10.68.232.196 with SMTP id tq4mr341262pbc.166.1387443449013; Thu, 19 Dec 2013 00:57:29 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id ql10sm5522509pbc.44.2013.12.19.00.57.26 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 19 Dec 2013 00:57:28 -0800 (PST) From: Sachin Kamat To: linux-arm-kernel@lists.infradead.org Subject: [PATCH Resend 7/7] clk: max77686: Remove redundant break Date: Thu, 19 Dec 2013 14:24:01 +0530 Message-Id: <1387443241-5694-7-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1387443241-5694-1-git-send-email-sachin.kamat@linaro.org> References: <1387443241-5694-1-git-send-email-sachin.kamat@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131219_035750_532329_814463F8 X-CRM114-Status: GOOD ( 10.54 ) X-Spam-Score: -2.6 (--) Cc: sachin.kamat@linaro.org, Jonghwa Lee , mturquette@linaro.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 'break' after 'goto' is redundant. Remove it. Signed-off-by: Sachin Kamat Cc: Jonghwa Lee Acked-by: Jonghwa Lee --- drivers/clk/clk-max77686.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/clk/clk-max77686.c b/drivers/clk/clk-max77686.c index 9f57bc37cd60..b4a1a9719ab0 100644 --- a/drivers/clk/clk-max77686.c +++ b/drivers/clk/clk-max77686.c @@ -157,11 +157,9 @@ static int max77686_clk_probe(struct platform_device *pdev) case MAX77686_CLK_AP: dev_err(&pdev->dev, "Fail to register CLK_AP\n"); goto err_clk_ap; - break; case MAX77686_CLK_CP: dev_err(&pdev->dev, "Fail to register CLK_CP\n"); goto err_clk_cp; - break; case MAX77686_CLK_PMIC: dev_err(&pdev->dev, "Fail to register CLK_PMIC\n"); goto err_clk_pmic;