* [PATCH 1/1] clk: samsung: Remove unneeded semicolon
@ 2014-01-17 11:35 Sachin Kamat
2014-01-17 23:03 ` Mike Turquette
0 siblings, 1 reply; 2+ messages in thread
From: Sachin Kamat @ 2014-01-17 11:35 UTC (permalink / raw)
To: linux-arm-kernel
Semicolon not needed after switch statement.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
drivers/clk/samsung/clk-pll.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/samsung/clk-pll.c b/drivers/clk/samsung/clk-pll.c
index f2372fca0136..8538ffe042ce 100644
--- a/drivers/clk/samsung/clk-pll.c
+++ b/drivers/clk/samsung/clk-pll.c
@@ -375,7 +375,7 @@ static int samsung_pll45xx_set_rate(struct clk_hw *hw, unsigned long drate,
break;
default:
break;
- };
+ }
/* Set new configuration. */
__raw_writel(con1, pll->con_reg + 0x4);
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 1/1] clk: samsung: Remove unneeded semicolon
2014-01-17 11:35 [PATCH 1/1] clk: samsung: Remove unneeded semicolon Sachin Kamat
@ 2014-01-17 23:03 ` Mike Turquette
0 siblings, 0 replies; 2+ messages in thread
From: Mike Turquette @ 2014-01-17 23:03 UTC (permalink / raw)
To: linux-arm-kernel
Quoting Sachin Kamat (2014-01-17 03:35:52)
> Semicolon not needed after switch statement.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Taken into clk-next.
Thanks,
Mike
> ---
> drivers/clk/samsung/clk-pll.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/samsung/clk-pll.c b/drivers/clk/samsung/clk-pll.c
> index f2372fca0136..8538ffe042ce 100644
> --- a/drivers/clk/samsung/clk-pll.c
> +++ b/drivers/clk/samsung/clk-pll.c
> @@ -375,7 +375,7 @@ static int samsung_pll45xx_set_rate(struct clk_hw *hw, unsigned long drate,
> break;
> default:
> break;
> - };
> + }
>
> /* Set new configuration. */
> __raw_writel(con1, pll->con_reg + 0x4);
> --
> 1.7.9.5
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-17 23:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-17 11:35 [PATCH 1/1] clk: samsung: Remove unneeded semicolon Sachin Kamat
2014-01-17 23:03 ` Mike Turquette
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).