projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0903ea6
)
clk: max77686: Remove redundant break
author
Sachin Kamat
<
[email protected]
>
Tue, 8 Oct 2013 11:17:48 +0000
(16:47 +0530)
committer
Mike Turquette
<
[email protected]
>
Thu, 26 Dec 2013 21:57:00 +0000
(13:57 -0800)
'break' after 'goto' is redundant. Remove it.
Signed-off-by: Sachin Kamat <
[email protected]
>
Acked-by: Jonghwa Lee <
[email protected]
>
Signed-off-by: Mike Turquette <
[email protected]
>
drivers/clk/clk-max77686.c
patch
|
blob
|
history
diff --git
a/drivers/clk/clk-max77686.c
b/drivers/clk/clk-max77686.c
index 9f57bc37cd60a3e7559c3972e2eb0ac55145b2b9..b4a1a9719ab030a79284633214d755892fd933c3 100644
(file)
--- 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;