From patchwork Fri Jun 3 08:00:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Zapolskiy X-Patchwork-Id: 12868767 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 15C65CCA47C for ; Fri, 3 Jun 2022 08:01:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242699AbiFCIBJ (ORCPT ); Fri, 3 Jun 2022 04:01:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33878 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241107AbiFCIBH (ORCPT ); Fri, 3 Jun 2022 04:01:07 -0400 Received: from mail-lf1-x12b.google.com (mail-lf1-x12b.google.com [IPv6:2a00:1450:4864:20::12b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4353535DD3 for ; Fri, 3 Jun 2022 01:01:00 -0700 (PDT) Received: by mail-lf1-x12b.google.com with SMTP id l30so11408973lfj.3 for ; Fri, 03 Jun 2022 01:01:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=JiYleTyeT3vin8aQzQcv1Z3/WUW4OTlXhZCaL51JbYg=; b=SW591eRwM2xLfV33wcNBBDcNTBXeFGYsAxNZXbwzunh9l5epRUNtbk+Y/24YsKhKjK u2/kLNR1JghCXWg5QORHq2dxPCd05Ac2CiOY25VHXi2JMgZi/41rhNfT8WCcqxG2vKja T8dATJ43fJ3jAM4xm3vNZvRuzWyxM1aoWgcpH0/QpZz8F//iB/Sc73htuXcLX4ITQPlK ytMcfvMRLHL4qnunOTJ6zs5QHX6xabyXfREM7XmNAnSWbPJIJobQdyj96XbfPG/H3Orb UwcsgiHsnEL7inBJ4mC+h0IgqJt7zI79teQC/3LxkbyMw1reyXoiinSEh/29HB4KcyQ7 QPTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=JiYleTyeT3vin8aQzQcv1Z3/WUW4OTlXhZCaL51JbYg=; b=zPMS2vZ4rycX6AWbRHinyZTHUMy4P/Etxh2a1NaBcFthY23IcqP2tLVgYH/J4XpVm5 XCtpeNG++nFDafX2WtGCSKRHLUjmvVd4h27rJq/Z9jBrQxCUCqAAfuFGNWMtKSkuaa5o 1Vi39XEvq1vQgYUY/9LwjHGekpRi9+Ni6qhGofKTXjHxTspUZGCbh0GqcaLU50Go7DLY aPj6HekGZ+NU4lG9UAsv8YQCePDUv52yllgzBJ5xrCvrTGHo5qJ/RgVs6h5E3m4bSodg Duucj6kEuaNvhSdphIc2jsB1FQNnF62ecCWU4bCRZkWDaVXnzqwojBS9vgjdVUSl5iTi nyLA== X-Gm-Message-State: AOAM531RNqBLueiOG3T9wqOdwQl1g0j0Nf4Rew0AaHy8GWyR6c/Rn5Cw 6MxutfZct9bGDDbAHi2zM01/DA== X-Google-Smtp-Source: ABdhPJydbRNhY3L/E4uT0Br0atxtdxukrEuuuoCo0o7+9RT7CnHkICu66QpBLAAVGlHyzJKB2WhfOw== X-Received: by 2002:ac2:43c3:0:b0:479:1630:c6ed with SMTP id u3-20020ac243c3000000b004791630c6edmr2707327lfl.406.1654243258563; Fri, 03 Jun 2022 01:00:58 -0700 (PDT) Received: from localhost.localdomain (88-112-131-206.elisa-laajakaista.fi. [88.112.131.206]) by smtp.gmail.com with ESMTPSA id g23-20020ac25397000000b00479025bafb5sm1435501lfh.301.2022.06.03.01.00.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Jun 2022 01:00:58 -0700 (PDT) From: Vladimir Zapolskiy To: Bjorn Andersson Cc: Andy Gross , Stephen Boyd , Michael Turquette , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org Subject: [PATCH v6 3/7] clk: qcom: clk-alpha-pll: fix clk_trion_pll_configure description Date: Fri, 3 Jun 2022 11:00:55 +0300 Message-Id: <20220603080055.2251789-1-vladimir.zapolskiy@linaro.org> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20220603080019.2251764-1-vladimir.zapolskiy@linaro.org> References: <20220603080019.2251764-1-vladimir.zapolskiy@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org After merging lucid and trion pll functions in commit 0b01489475c6 ("clk: qcom: clk-alpha-pll: same regs and ops for trion and lucid") the function clk_trion_pll_configure() is left with an old description header, which results in a W=2 compile time warning, fix it. Acked-by: Stephen Boyd Signed-off-by: Vladimir Zapolskiy --- Changes from v1 to v6: * none. drivers/clk/qcom/clk-alpha-pll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/qcom/clk-alpha-pll.c b/drivers/clk/qcom/clk-alpha-pll.c index 4406cf609aae..288692f0ea39 100644 --- a/drivers/clk/qcom/clk-alpha-pll.c +++ b/drivers/clk/qcom/clk-alpha-pll.c @@ -1439,7 +1439,7 @@ const struct clk_ops clk_alpha_pll_postdiv_fabia_ops = { EXPORT_SYMBOL_GPL(clk_alpha_pll_postdiv_fabia_ops); /** - * clk_lucid_pll_configure - configure the lucid pll + * clk_trion_pll_configure - configure the trion pll * * @pll: clk alpha pll * @regmap: register map