Re: [PATCH clk-next] drivers/clk: remove redundant result variable

From: Stephen Boyd
Date: Wed Jan 12 2022 - 15:43:36 EST


Please fix the subject to include tegra

$ git log --oneline -2 -- drivers/clk/tegra
b1bc04a2ac5b clk: tegra: Support runtime PM and power domain
e360e116a0ee clk: tegra: Make vde a child of pll_p on tegra114

Quoting cgel.zte@xxxxxxxxx (2021-12-14 22:00:19)
> From: Minghao Chi <chi.minghao@xxxxxxxxxx>
>
> Return value from FIELD_GET() directly instead
> of taking this in another redundant variable.
>
> Reported-by: Zeal Robot <zealci@xxxxxxxxxx>
> Signed-off-by: Minghao Chi <chi.minghao@xxxxxxxxxx>