Re: [PATCH 1/2] clk: rockchip: release io resource when failing to init clk

2016-06-03 Thread Heiko Stübner
Am Freitag, 3. Juni 2016, 08:54:18 schrieb Shawn Lin: > We should call iounmap to relase reg_base since it's not going > to be used any more if failing to init clk. > > Signed-off-by: Shawn Lin applied to my clk-fixes branch for 4.7, after adding a line to the patch- description explaining that

[PATCH 1/2] clk: rockchip: release io resource when failing to init clk

2016-06-02 Thread Shawn Lin
We should call iounmap to relase reg_base since it's not going to be used any more if failing to init clk. Signed-off-by: Shawn Lin --- drivers/clk/rockchip/clk-rk3399.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/clk/rockchip/clk-rk3399.c b/drivers/clk/rockchip/clk-rk3399.c