From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9F1CFEB64D8 for ; Tue, 20 Jun 2023 18:55:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230274AbjFTSzY (ORCPT ); Tue, 20 Jun 2023 14:55:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43690 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230194AbjFTSzM (ORCPT ); Tue, 20 Jun 2023 14:55:12 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C916C10FE; Tue, 20 Jun 2023 11:55:10 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 624F5613DC; Tue, 20 Jun 2023 18:55:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BD0E1C433C0; Tue, 20 Jun 2023 18:55:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687287309; bh=BeCIA0r73Z23vTxNBc+IRhxLfrH0TL74bXKV96Z7b4M=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=ALPKKpDG9i0OYWqAmIX9DoVLRPQ+I2fciBL/aCuooIvG+GSukq4Bn2jGfaC7qPhLx ijLasLzpKruRm78O1hYOt7/6o47NKUwxrmFqn8PHnZAYnSokeEJsRBgK2I/6Cq3pSg L7HWckvet0seafgezkNCFyoCvhrxWZ1Lk/UxarSqJvs1nr2LpTIGjQ71XDMoer0UgV Nx8zJev+oj5mVGwE74+BT/HzdRUPoiddSmzJywZheXR6fPrefEF+4AIsSvZf8KUjek JkNgMG87SUTRbYhtORt0RjA8/ib9dAj5jmGApvSmin08Xiqp6QUSnuDTcLx7ZKcczq DJ3L1ImvnTlOQ== Message-ID: <37bb097111f6ae999f8fad5f8720d942.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230530093913.1656095-6-claudiu.beznea@microchip.com> References: <20230530093913.1656095-1-claudiu.beznea@microchip.com> <20230530093913.1656095-6-claudiu.beznea@microchip.com> Subject: Re: [PATCH 5/8] clk: si5341: free unused memory on probe failure From: Stephen Boyd Cc: aford173@gmail.com, mike.looijmans@topic.nl, robert.hancock@calian.com, shawn.guo@linaro.org, fabio.estevam@freescale.com, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Claudiu Beznea To: Claudiu Beznea , kristo@kernel.org, luca.ceresoli@bootlin.com, michal.simek@xilinx.com, mturquette@baylibre.com, nm@ti.com, ssantosh@kernel.org Date: Tue, 20 Jun 2023 11:55:06 -0700 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Claudiu Beznea (2023-05-30 02:39:10) > Pointers from synth_clock_names[] should be freed at the end of probe > either on probe success or failure path. >=20 > Fixes: b7bbf6ec4940 ("clk: si5341: Allow different output VDD_SEL values") > Fixes: 9b13ff4340df ("clk: si5341: Add sysfs properties to allow checking= /resetting device faults") > Signed-off-by: Claudiu Beznea > --- Applied to clk-next