From patchwork Thu Nov 1 07:19:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Vaittinen, Matti" X-Patchwork-Id: 10663595 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D506A13A4 for ; Thu, 1 Nov 2018 07:20:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B3C2B2BBA7 for ; Thu, 1 Nov 2018 07:20:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B16CF2BBFA; Thu, 1 Nov 2018 07:20:31 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5FADF2B9CD for ; Thu, 1 Nov 2018 07:20:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727998AbeKAQVv (ORCPT ); Thu, 1 Nov 2018 12:21:51 -0400 Received: from mail-lj1-f195.google.com ([209.85.208.195]:46408 "EHLO mail-lj1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727573AbeKAQVv (ORCPT ); Thu, 1 Nov 2018 12:21:51 -0400 Received: by mail-lj1-f195.google.com with SMTP id x3-v6so17160065lji.13; Thu, 01 Nov 2018 00:20:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=COmn/EezDX/GWsah2t8NJRxiKg5KtxdFjJeZJYU4E4A=; b=Lb/URk0SWipRrwkLENGZMY+odU1ImpkJRbav8JtwI1QqkRE3xCw0vIBwyujF68SDxF GWbjjXE6iCWRoBzEZXFmt5O3X17Aaj8LnxQ5nR44PNev0nTaZmlDla4Jzy77FYIDOzWv Uv9tkivkhXRDJ+vzYo/1z0PtBD0HX08s94yssgGFJYAeMQ8EF3SU0uaIYinOMy6LyzB+ P5vkecnZ46WzVslIeTDOloiMXtfdYUjzyiJIdEYY1V2T6r6sZ6txREd+GvYFxsNzey1I QN5hccD3vEloSODWIVgf8P9xeqIoUGJsps/tEx5ldNOwjic+j+JXKCQzyufbaEQ0eD1G pQ9A== X-Gm-Message-State: AGRZ1gLfFWcT8DZZ9pEw4UQcedJRFxMbgXqL8vv0voAGa6h2cuThRdP8 9LCSRWcPC5fvckY1fVCDvOo= X-Google-Smtp-Source: AJdET5dbBu6/6HNqM4lOnlLDkviqHw5Hcqrx59D528L/oO8JWWPh6wz73Uh4svbCjTCjKVFBg2hFlw== X-Received: by 2002:a2e:6503:: with SMTP id z3-v6mr3898709ljb.153.1541056802566; Thu, 01 Nov 2018 00:20:02 -0700 (PDT) Received: from localhost.localdomain ([213.255.186.46]) by smtp.gmail.com with ESMTPSA id s126-v6sm2524051lja.4.2018.11.01.00.20.00 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 01 Nov 2018 00:20:01 -0700 (PDT) Date: Thu, 1 Nov 2018 09:19:53 +0200 From: Matti Vaittinen To: Jonathan Corbet , Michael Turquette , Stephen Boyd , Chanwoo Choi , Krzysztof Kozlowski , Bartlomiej Zolnierkiewicz , Russell King , Andy Gross , David Brown , Kukjin Kim , Sylwester Nawrocki , Tomasz Figa , Andrey Smirnov , Sebastian Reichel , Guenter Roeck , Rob Herring , Matti Vaittinen , Huang Shijie , Akshu Agrawal , "Rafael J. Wysocki" , Daniel Kurtz , mazziesaccount@gmail.com Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-samsung-soc@vger.kernel.org, matti.vaittinen@fi.rohmeurope.com Subject: [PATCH v2 4/8] clk: clk-st: avoid clkdev lookup leak at remove Message-ID: <37078c99cc7d7de6847a3bbdf0cc67fbd7281efd.1541054985.git.matti.vaittinen@fi.rohmeurope.com> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Use devm based clkdev lookup registration to avoid leaking lookup structures. Signed-off-by: Matti Vaittinen --- drivers/clk/x86/clk-st.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/clk/x86/clk-st.c b/drivers/clk/x86/clk-st.c index fb62f3938008..32d8df9bd853 100644 --- a/drivers/clk/x86/clk-st.c +++ b/drivers/clk/x86/clk-st.c @@ -52,7 +52,8 @@ static int st_clk_probe(struct platform_device *pdev) 0, st_data->base + MISCCLKCNTL1, OSCCLKENB, CLK_GATE_SET_TO_DISABLE, NULL); - clk_hw_register_clkdev(hws[ST_CLK_GATE], "oscout1", NULL); + devm_clk_hw_register_clkdev(&pdev->dev, hws[ST_CLK_GATE], "oscout1", + NULL); return 0; }