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

2016-03-13 Thread Heiko Stuebner
Am Sonntag, 13. März 2016, 12:13:22 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 for v4.7 Thanks Heiko

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

2016-03-13 Thread Heiko Stuebner
Am Sonntag, 13. März 2016, 12:13:22 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 for v4.7 Thanks Heiko

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

2016-03-12 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-rk3036.c | 1 + drivers/clk/rockchip/clk-rk3188.c | 1 + drivers/clk/rockchip/clk-rk3228.c | 1 +

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

2016-03-12 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-rk3036.c | 1 + drivers/clk/rockchip/clk-rk3188.c | 1 + drivers/clk/rockchip/clk-rk3228.c | 1 + drivers/clk/rockchip/clk-rk3288.c |