From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BEAA74D581; Sun, 17 Dec 2023 23:57:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FVpga1JV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 34CD3C433C7; Sun, 17 Dec 2023 23:57:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702857451; bh=q7bTFPsj30hO3VQ/Jw8eFniKJQ0LYbpH0+DSDeIsx9s=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=FVpga1JVmyUyystOJCvpMBXveKKJD4nAjSHPuHnRGeyf3b4sNNwyaZOaubHnvFrcY mpd+XrMtemrfGOpXDNIqdQxG4+PdcVvejxRwiBKlGdr4nwNzTGqsDT9l/a1sDt7xqD XYRfmF/LUavIwDPpHHo3EMNuZrBE2kvM8F/LU9YVjCWaBj1PYkWBiJ/Vr/JwM7SiWu 4kNTORXOClGfUA7Anr47R/p4/7FrJ0yh4jWIn1naxFgvQPkDu0ZULrLW/TirSieeOn 9Kxx03HavYEd9LFAwhS9WLUUNa3VwzeV4FHFwttIk2r7+d64aPg1mGIBLyabtT1Nll hhfafuAhgCvbg== Message-ID: <8f7fa7ed5578cd52db7ed431b52cab03.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20231122142310.203169-6-biju.das.jz@bp.renesas.com> References: <20231122142310.203169-1-biju.das.jz@bp.renesas.com> <20231122142310.203169-6-biju.das.jz@bp.renesas.com> Subject: Re: [PATCH 5/5] clk: versaclock3: Drop ret variable From: Stephen Boyd Cc: Biju Das , linux-clk@vger.kernel.org, Geert Uytterhoeven , Prabhakar Mahadev Lad , Biju Das , linux-renesas-soc@vger.kernel.org To: Biju Das , Michael Turquette Date: Sun, 17 Dec 2023 15:57:28 -0800 User-Agent: alot/0.10 Quoting Biju Das (2023-11-22 06:23:10) > Drop ret variable from vc3_clk_mux_determine_rate(). >=20 > While at it, return the value returned by regmap_* > wherever possible instead of returning 0. >=20 > Signed-off-by: Biju Das > --- Applied to clk-next