From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?ISO-8859-1?Q?St=FCbner?= Subject: Re: [PATCH 1/2] clk: rockchip: release io resource when failing to init clk Date: Fri, 03 Jun 2016 15:42:23 +0200 Message-ID: <1945106.rcVxzvAYk1@diego> References: <1464915258-10838-1-git-send-email-shawn.lin@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1464915258-10838-1-git-send-email-shawn.lin@rock-chips.com> Sender: linux-kernel-owner@vger.kernel.org To: Shawn Lin Cc: linux-clk@vger.kernel.org, Stephen Boyd , Xing Zheng , linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: linux-rockchip.vger.kernel.org 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 this is really just missing on rk3399 (and after checking that the iounmaps are already present on the old clock-trees) Thanks for catching this Heiko