Re: [PATCH] clk: samsung: Remove unused mout_user_aclk400_mcuisp_p4x12 variable

2018-07-26 Thread Stephen Boyd
Quoting Krzysztof Kozlowski (2018-07-18 12:56:20) > Remove unused 'mout_user_aclk400_mcuisp_p4x12' variable to fix GCC warning: > > drivers/clk/samsung/clk-exynos4412-isp.c:40:27: warning: > 'mout_user_aclk400_mcuisp_p4x12' defined but not used > [-Wunused-const-variable=] > > Signed

Re: [PATCH] clk: samsung: Remove unused mout_user_aclk400_mcuisp_p4x12 variable

2018-07-18 Thread Krzysztof Kozlowski
On 18 July 2018 at 22:33, Tobias Jakobi wrote: > Speaking of the ISP clocks driver, I wonder why this one was never merged? > https://patches.linaro.org/patch/115531/ Thanks for reminding this! It seems that Sylwester is out of office so we'll have to wait for reply. Best regards, Krzysztof

Re: [PATCH] clk: samsung: Remove unused mout_user_aclk400_mcuisp_p4x12 variable

2018-07-18 Thread Tobias Jakobi
Speaking of the ISP clocks driver, I wonder why this one was never merged? https://patches.linaro.org/patch/115531/ - Tobias Krzysztof Kozlowski wrote: > Remove unused 'mout_user_aclk400_mcuisp_p4x12' variable to fix GCC warning: > > drivers/clk/samsung/clk-exynos4412-isp.c:40:27: warning:

[PATCH] clk: samsung: Remove unused mout_user_aclk400_mcuisp_p4x12 variable

2018-07-18 Thread Krzysztof Kozlowski
Remove unused 'mout_user_aclk400_mcuisp_p4x12' variable to fix GCC warning: drivers/clk/samsung/clk-exynos4412-isp.c:40:27: warning: 'mout_user_aclk400_mcuisp_p4x12' defined but not used [-Wunused-const-variable=] Signed-off-by: Krzysztof Kozlowski --- drivers/clk/samsung/clk-exyno