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 D8C56ECAAD3 for ; Sun, 4 Sep 2022 15:20:39 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=/zzsYS/3dPj759uus8Tmm4saaPMLMpjxsGNbBLlkbas=; b=d/coExjuSId0bk nWSkcwOcNuwQL0j8RO0D7kwAJ3Iag221fshar5IhpsOR9PQhIi2r4Vl2J8X8DrS/gTlcV7BwOVzrm vEPBoZD52X/9y6VW4Txy2HOA+Jt9ugPO5GULhtxmnDGp0fIMuxV1BWQGz6+qtPQLqpYrOnFLh7iMP x2JbCHb12BJI2NZnpt2YqOdEnwadLdjU9+L37Dobce66KXBtOqOkkteixa3Zt+F46k4KUtO/Kap1l 1uzEVUGAieTIM8LzV25XjTocxrhPaVYFjchvfknq9qs4cVtvsHIDZcdXoTfoOUnh9VmJPpvHl5HqD YlKUQ2vX+XMddAqPrsgQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oUrQN-007URv-9i; Sun, 04 Sep 2022 15:20:39 +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 1oUrQA-007ULv-Op; Sun, 04 Sep 2022 15:20:28 +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 28CCCB80D70; Sun, 4 Sep 2022 15:20:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 44F88C433C1; Sun, 4 Sep 2022 15:20:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662304823; bh=G+i/iVKAXDV0RznojLdHtlVVgUfqjawkT0JYw4KaCxc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oRPy4GBW8sXYwcBkxW31BX78heA9sN4eGZwK1wbu9Wqa3HLDgy/qXK8Kiswn6VU7k YUU/G2fgMHc7nMKh7jFSAiB1AVgu+lrccAnTvWb1DWIWMibnlAApla+7wf2Ve0PaQj npjyv65jjbKshys89ZS5xf8PJFi7+sNfigImING5LBz3AAK3mrYPO0XbOoHWGkTDyy F0HLQ1/FwVjsrF817QSnH31TQ59pAb3MqUl/5KWnoGN6zkGyAH23UM5QPNgou9gNbW hQjl4XziRjTZrqhU0C9av+7czlII9vrGs6beRqASfwJbbJavwdPQZxLMt/6MAaxhT5 lqkzaTIcu4iPw== Date: Sun, 4 Sep 2022 20:50:19 +0530 From: Vinod Koul To: Heiner Kallweit Cc: Kishon Vijay Abraham I , Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , linux-phy@lists.infradead.org, "linux-arm-kernel@lists.infradead.org" , "open list:ARM/Amlogic Meson..." Subject: Re: [PATCH] phy: amlogic: use devm_clk_get_enabled() to simplify the code Message-ID: References: <9308a2a3-e828-bd9d-ab83-a68376aab5c3@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <9308a2a3-e828-bd9d-ab83-a68376aab5c3@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220904_082026_974740_6E187138 X-CRM114-Status: UNSURE ( 6.03 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org On 30-08-22, 19:16, Heiner Kallweit wrote: > Simplify the code by using devm_clk_get_enabled(). Applied, thanks -- ~Vinod -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy