Thread (3 messages) 3 messages, 2 authors, 2015-11-30

[PATCH v2] clk: s3c2410: removed unneeded variable in s3c24xx_clkout_set_parent

From: Mutharaju, Prasanna P. <hidden>
Date: 2015-11-30 08:05:18
Also in: linux-clk, linux-samsung-soc

On Mon, Nov 30, 2015 at 04:31:35PM +0900, Krzysztof Kozlowski wrote:
On 30.11.2015 16:28, Mutharaju, Prasanna (P.) wrote:
quoted
From: Prasanna Karthik <redacted>

Remove unneeded variable used to store return value.
V2: Modified subject  
Changelog (v2) should go after '---' separator so it won't get included
in the commit message.
Done in v3. 
Now I see that you Signed-off-by is okay - same email address... I got
confused by the difference in name.
Yeah, my gitconfig and outlook account differ little. 
Best regards,
Krzysztof
quoted
Signed-off-by: Prasanna Karthik <redacted>
---
 drivers/clk/samsung/clk-s3c2410-dclk.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/clk/samsung/clk-s3c2410-dclk.c b/drivers/clk/samsung/clk-s3c2410-dclk.c
index e9eb935..ec6fb14 100644
--- a/drivers/clk/samsung/clk-s3c2410-dclk.c
+++ b/drivers/clk/samsung/clk-s3c2410-dclk.c
@@ -77,12 +77,11 @@ static u8 s3c24xx_clkout_get_parent(struct clk_hw *hw)
 static int s3c24xx_clkout_set_parent(struct clk_hw *hw, u8 index)
 {
 	struct s3c24xx_clkout *clkout = to_s3c24xx_clkout(hw);
-	int ret = 0;
 
 	s3c2410_modify_misccr((clkout->mask << clkout->shift),
 			      (index << clkout->shift));
 
-	return ret;
+	return 0;
 }
 
 static const struct clk_ops s3c24xx_clkout_ops = {
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help