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

2015-11-30 Thread Mutharaju, Prasanna (P.)
On Mon, Nov 30, 2015 at 04:31:35PM +0900, Krzysztof Kozlowski wrote: > On 30.11.2015 16:28, Mutharaju, Prasanna (P.) wrote: > > From: Prasanna Karthik > > > > Remove unneeded variable used to store return value. > > V2: Modified subject > > Changelog (v2) should go after

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

2015-11-29 Thread Krzysztof Kozlowski
On 30.11.2015 16:28, Mutharaju, Prasanna (P.) wrote: > From: Prasanna Karthik > > 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. Now I see that

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

2015-11-29 Thread Mutharaju, Prasanna (P.)
From: Prasanna Karthik Remove unneeded variable used to store return value. V2: Modified subject Signed-off-by: Prasanna Karthik --- drivers/clk/samsung/clk-s3c2410-dclk.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git