From patchwork Tue Sep 9 14:06:52 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomeu Vizoso X-Patchwork-Id: 4870001 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 44D33C0338 for ; Tue, 9 Sep 2014 14:10:39 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 131CC20035 for ; Tue, 9 Sep 2014 14:10:38 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6DDC6200E5 for ; Tue, 9 Sep 2014 14:10:33 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XRM5y-0006gj-5k; Tue, 09 Sep 2014 14:08:34 +0000 Received: from mail-we0-x22f.google.com ([2a00:1450:400c:c03::22f]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XRM5J-00065V-OM for linux-arm-kernel@lists.infradead.org; Tue, 09 Sep 2014 14:07:54 +0000 Received: by mail-we0-f175.google.com with SMTP id w61so2293067wes.20 for ; Tue, 09 Sep 2014 07:07:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=f7o07pSVMJfCElwv0i0x1XvwIZLIHAAYRBzfcb7h+s4=; b=tmafWQpo3h3sPWC6xTDp37qZb+bz6nr5dGhH9gvv2mAKGGQ4jzwXoF0Iw0s/RBKu9z WtdLpLF6BHA5cKCK+jBWXlQkuRRp61xFBNBLQ+gx1KGKSS6cZ9DhNttQjBO0hXwRideQ Qpvxt2zKv2x5ZOLjHMxmPoUdOCrjjm8eE6B6noVWjaHCKL4TdEeTX8vhFya3VlsO7WKz 0pJDA58t4QHhG2FCKIXGyteie/pZ8e+roXTXcHFiY4tv/VHE5T/EF9UH0udfIotEPRgr OFFD91YsO4b0Hfz2oa6XkvJapKOlscmpEu0CPFsG2eI4ertM6BmmGhf2xviOnl8hl0P8 W08w== X-Received: by 10.194.200.137 with SMTP id js9mr42536808wjc.90.1410271651381; Tue, 09 Sep 2014 07:07:31 -0700 (PDT) Received: from cizrna.lan (37-48-42-146.tmcz.cz. [37.48.42.146]) by mx.google.com with ESMTPSA id bt9sm15019977wjc.44.2014.09.09.07.07.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Sep 2014 07:07:30 -0700 (PDT) From: Tomeu Vizoso To: Mike Turquette Subject: [PATCH v10 9/9] clk: Add docs about calling clk_put after clk_get_parent Date: Tue, 9 Sep 2014 16:06:52 +0200 Message-Id: <1410271612-27389-7-git-send-email-tomeu.vizoso@collabora.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1410271612-27389-1-git-send-email-tomeu.vizoso@collabora.com> References: <1410271329-26637-1-git-send-email-tomeu.vizoso@collabora.com> <1410271612-27389-1-git-send-email-tomeu.vizoso@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140909_070753_948269_FE7174CD X-CRM114-Status: UNSURE ( 9.80 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: Tomeu Vizoso , Stephen Warren , Peter De Schrijver , linux-kernel@vger.kernel.org, tomasz.figa@gmail.com, rabin@rab.in, Thierry Reding , Javier Martinez Canillas , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP As otherwise the per-user clk will be leaked. Signed-off-by: Tomeu Vizoso --- drivers/clk/clk.c | 3 ++- include/linux/clk.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index 1ad8cb7..8ac8543 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -1784,7 +1784,8 @@ EXPORT_SYMBOL_GPL(clk_provider_get_parent); * clk_get_parent - return the parent of a clk * @clk_user: the clk whose parent gets returned * - * Simply returns clk->parent. Returns NULL if clk is NULL. + * Simply returns clk->parent. Returns NULL if clk is NULL. Caller must call + * clk_put() to release the returned struct clk. */ struct clk *clk_get_parent(struct clk *clk_user) { diff --git a/include/linux/clk.h b/include/linux/clk.h index 066b100..4f54952 100644 --- a/include/linux/clk.h +++ b/include/linux/clk.h @@ -306,7 +306,8 @@ int clk_set_parent(struct clk *clk, struct clk *parent); * @clk: clock source * * Returns struct clk corresponding to parent clock source, or - * valid IS_ERR() condition containing errno. + * valid IS_ERR() condition containing errno. Caller must call + * clk_put() to release the returned struct clk. */ struct clk *clk_get_parent(struct clk *clk);