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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1F30FC433F5 for ; Fri, 30 Sep 2022 21:52:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:To:Cc:From:Subject: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=xv8pAVA+U7DeK6ZxzAgUaG1wimnO/aDIUQpMaUAD7Eg=; b=wZB6sE13H4/9n9 IPawbLzXLVyUvp/Gqc9HdGhfd/TasLf65usyccQih/4AhrwjzGXR3ydXplofOG7fl0d0Tij2rGkL3 ybb6p85F6l0Rg6mTxMnyUWdZcK29HZSdMCgbaLcvtGcSstcfW/lZJrYH2g63UrZlg94K3mYajNtqm eewqbvn9+G5ZLQcJldAwyrM+XH2BJ+pA34wOweEkxl24wLDw+8k4s5QWgCJgzDdGr+mOh569JoeT0 k/veh6xcR6Y9uKIptWE1sjpRYuj2N/KLWBGLnzN59vctpqL86ISP7YKpKXLwmE4WMFeVQ3R3q23AZ CGTtacDoDQ72ipwTipeg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oeNut-00BjKM-As; Fri, 30 Sep 2022 21:51:31 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oeNuZ-00BjFR-53 for linux-arm-kernel@lists.infradead.org; Fri, 30 Sep 2022 21:51:12 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id DBB37B82A3C; Fri, 30 Sep 2022 21:51:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9D389C43470; Fri, 30 Sep 2022 21:51:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664574668; bh=3tpoejLOIkWsztKs5fhhgkAnTRQrpJkyyxgs9Gx7Cr0=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=EjSmOo71JwWk33A45mno0MCQXa7nuTkqJXuARosGrqS8RZhbiTFP9YynsIAU0D7p6 OcJTbdfqo/Po1znXtMrUG4V0Uxn7rgh7Eke7OiYT9PdhPkwLaA3xYNdPaPixdK8CpO 0Uxvnoh8251CfV+pLneBPpdgh3ZzWyR1rXNOeKjVZRUBpDqP4eB2B0odLqCImFQ54c jxIMhUfqglZ6OEjSCOxz3eYNLVs0wr8QFlJE+EUvWfsHJ7y8VdkviXP3GSHh5lDEea 40UCyTytn8kX+95adlzYKFsV8HTnldozAv5dQLqR4XfL1kJFyFg5FE2ypnhg1o2MYX 2iNzB/TIS98jQ== MIME-Version: 1.0 In-Reply-To: <20220623115719.52683-2-andriy.shevchenko@linux.intel.com> References: <20220623115719.52683-1-andriy.shevchenko@linux.intel.com> <20220623115719.52683-2-andriy.shevchenko@linux.intel.com> Subject: Re: [PATCH v1 2/3] clkdev: Remove never used devm_clk_release_clkdev() From: Stephen Boyd Cc: Michael Turquette , Russell King To: Andy Shevchenko , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 30 Sep 2022 14:51:06 -0700 User-Agent: alot/0.10 Message-Id: <20220930215108.9D389C43470@smtp.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220930_145111_358347_BEE80A61 X-CRM114-Status: UNSURE ( 8.74 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Quoting Andy Shevchenko (2022-06-23 04:57:18) > For the entire history of the devm_clk_release_clkdev() existence > (since 2018) it was never used. Remove it for good. > > Signed-off-by: Andy Shevchenko > --- Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel