* [PATCH] clk: tegra: Remove redundant semicolons
@ 2025-08-13 9:40 Liao Yuanhong
2025-08-14 21:41 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: Liao Yuanhong @ 2025-08-13 9:40 UTC (permalink / raw)
To: Peter De Schrijver, Prashant Gaikwad, Michael Turquette,
Stephen Boyd, Thierry Reding, Jonathan Hunter,
open list:COMMON CLK FRAMEWORK,
open list:TEGRA ARCHITECTURE SUPPORT, open list
Cc: Liao Yuanhong
Remove unnecessary semicolons.
Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
---
drivers/clk/tegra/clk-dfll.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/tegra/clk-dfll.c b/drivers/clk/tegra/clk-dfll.c
index 58fa5a59e0c7..22dc29432eff 100644
--- a/drivers/clk/tegra/clk-dfll.c
+++ b/drivers/clk/tegra/clk-dfll.c
@@ -882,7 +882,7 @@ static void dfll_set_frequency_request(struct tegra_dfll *td,
{
u32 val = 0;
int force_val;
- int coef = 128; /* FIXME: td->cg_scale? */;
+ int coef = 128; /* FIXME: td->cg_scale? */
force_val = (req->lut_index - td->lut_safe) * coef / td->cg;
force_val = clamp(force_val, FORCE_MIN, FORCE_MAX);
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] clk: tegra: Remove redundant semicolons
2025-08-13 9:40 [PATCH] clk: tegra: Remove redundant semicolons Liao Yuanhong
@ 2025-08-14 21:41 ` Stephen Boyd
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2025-08-14 21:41 UTC (permalink / raw)
To: Jonathan Hunter, Liao Yuanhong, Michael Turquette,
Peter De Schrijver, Prashant Gaikwad, Thierry Reding, linux-clk,
linux-kernel, linux-tegra
Cc: Liao Yuanhong
Quoting Liao Yuanhong (2025-08-13 02:40:03)
> Remove unnecessary semicolons.
>
> Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
> ---
Applied to clk-next
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-14 21:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-13 9:40 [PATCH] clk: tegra: Remove redundant semicolons Liao Yuanhong
2025-08-14 21:41 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).