linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: sachin.kamat@linaro.org (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	[thread overview]
Message-ID: <1387443241-5694-7-git-send-email-sachin.kamat@linaro.org> (raw)
In-Reply-To: <1387443241-5694-1-git-send-email-sachin.kamat@linaro.org>

'break' after 'goto' is redundant. Remove it.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Jonghwa Lee <jonghwa3.lee@samsung.com>
---
 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;
-- 
1.7.9.5

  parent reply	other threads:[~2013-12-19  8:54 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-19  8:53 [PATCH Resend 1/7] clk: SPEAr: Staticize clk_frac_ops Sachin Kamat
2013-12-19  8:53 ` [PATCH Resend 2/7] clk: tegra: Staticize tegra_clk_periph_nodiv_ops Sachin Kamat
2013-12-19 17:01   ` Stephen Warren
2013-12-23 14:18     ` Peter De Schrijver
2013-12-19  8:53 ` [PATCH Resend 3/7] clk: socfpga: Use NULL instead of 0 Sachin Kamat
2013-12-19  8:53 ` [PATCH Resend 4/7] clk: versatile: Staticize clk_sp810_timerclken_of_get Sachin Kamat
2013-12-19  8:53 ` [PATCH Resend 5/7] clk: vt8500: Staticize vtwm_pll_ops Sachin Kamat
2013-12-20 20:35   ` Tony Prisk
2013-12-19  8:54 ` [PATCH Resend 6/7] clk: ux500: Remove extra semicolon Sachin Kamat
2013-12-19 20:55   ` Ulf Hansson
2013-12-19  8:54 ` Sachin Kamat [this message]
2013-12-19  9:48   ` [PATCH Resend 7/7] clk: max77686: Remove redundant break jonghwa3.lee at samsung.com

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=1387443241-5694-7-git-send-email-sachin.kamat@linaro.org \
    --to=sachin.kamat@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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;
as well as URLs for NNTP newsgroup(s).