mirror of https://github.com/torvalds/linux.git
clk: tegra: Remove redundant semicolons
Remove unnecessary semicolons. Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com> Link: https://lore.kernel.org/r/20250813094003.552308-1-liaoyuanhong@vivo.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
c123519bff
commit
a1e1c10878
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue