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 4D08BC61DA4 for ; Mon, 6 Mar 2023 14:41:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229914AbjCFOlM (ORCPT ); Mon, 6 Mar 2023 09:41:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37776 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229925AbjCFOlH (ORCPT ); Mon, 6 Mar 2023 09:41:07 -0500 Received: from mail-ed1-x52b.google.com (mail-ed1-x52b.google.com [IPv6:2a00:1450:4864:20::52b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 69987EF9A for ; Mon, 6 Mar 2023 06:40:46 -0800 (PST) Received: by mail-ed1-x52b.google.com with SMTP id o12so39440004edb.9 for ; Mon, 06 Mar 2023 06:40:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1678113639; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=h8/OqabBqWxSxxWh8IusQWHm+EO3XXKrX2gitUuiz1s=; b=fTpHWoLUn9LY5y6BovIzgpbDQEukouIZZtcXljfTxtjB5DuWyEnmGjN0KNId6o93cv dde0ILT+PnB4CdfKYCuiv7dxrNp6yMgsJEh8QO11LBwLgjh6a8GHOOdquzI/zdpmsmYw Fud5J0hdLfxH71OvAYwf10ckKy0W3HUcITN2dnLo/mFoAI7A5NmUfMG/QTbxSPnvHE3u DznN4JAsFrGx0S1nf7U0AVKE4HhoDTCNLldUDxEh1rd/GK6dvtWbyEkLfrAs3kU3t9ec sUlOXJY1jkgCXR9MWVoU9ukmvKad7LYmzrIrsfqGbUcP8o02QIWifR9Js08hzz7bzs6r J2eA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678113639; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=h8/OqabBqWxSxxWh8IusQWHm+EO3XXKrX2gitUuiz1s=; b=c5yHdyodvlYLNtQRB0FVoPlmp5DjUJcyIS2pCsmsamK8qk8YQ2EInkZLwdTuG+roJh 0U6OkPUsUn3ontli738S+ha/C2LzYG4OocqAPqcqY5QTlZSjL6fCzplToEu4uvRyVHqP laqqHabQceI3FJak6duZLq6ZOWJUiAdQBhCitA9ebeQrcWKhaKGjErlFPySp54M1JIqg ZTjJeRE54iEywtAGcWqkEGopvspkUjOYlPc4JUGgPcUrSjlyfDXgbCBcV7EOxvyy3ItD QtQbn6qpHIich4MIUpeS6m6pMNHndFR/hfy8tB7R7Oh2tCy1CWzGQX/NAX6UmQ3we8l5 MZ0Q== X-Gm-Message-State: AO0yUKVg7IyXWIBzJIS0Asi9cVcocxQPri9C7Bx7UiDee7rRreZ42q2F 2lZTjAMCHrxHiOS95gCo9hysgQ== X-Google-Smtp-Source: AK7set+2ChOr3Kiru9i9Lzc6XjI6rDtWbCby2ejpVSHpx6Blm5Ch5m1fpl+Nl8mkBfZG3PzeaciUxg== X-Received: by 2002:a05:6402:716:b0:4ab:554:37ea with SMTP id w22-20020a056402071600b004ab055437eamr9546782edx.4.1678113638798; Mon, 06 Mar 2023 06:40:38 -0800 (PST) Received: from ?IPV6:2a02:810d:15c0:828:c1e7:5006:98ac:f57? ([2a02:810d:15c0:828:c1e7:5006:98ac:f57]) by smtp.gmail.com with ESMTPSA id j19-20020a508a93000000b004c3e3a6136dsm5191048edj.21.2023.03.06.06.40.37 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 06 Mar 2023 06:40:38 -0800 (PST) Message-ID: Date: Mon, 6 Mar 2023 15:40:36 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH v3 2/6] clk: samsung: Remove np argument from samsung_clk_init() Content-Language: en-US To: Sam Protsenko , Marek Szyprowski , Sylwester Nawrocki , Chanwoo Choi Cc: Tomasz Figa , Alim Akhtar , Chanho Park , David Virag , Sumit Semwal , Michael Turquette , Stephen Boyd , linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20230223041938.22732-1-semen.protsenko@linaro.org> <20230223041938.22732-3-semen.protsenko@linaro.org> From: Krzysztof Kozlowski In-Reply-To: <20230223041938.22732-3-semen.protsenko@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23/02/2023 05:19, Sam Protsenko wrote: > The code using `np' argument was removed from samsung_clk_init(). Remove > that leftover parameter as well. > > No functional change. > > Fixes: d5e136a21b20 ("clk: samsung: Register clk provider only after registering its all clocks") Fixes should come before any other patches, so backporting is easier/possible. I assume there is no dependency here with patch 1/6, so I just reversed their order and applied. > Acked-by: Marek Szyprowski > Tested-by: Marek Szyprowski > Signed-off-by: Sam Protsenko Best regards, Krzysztof