Tom Rini 0ab7710a06 clk: sophgo: Fix a warning about void returns value
The cv1800b_clk_setfield function returns void, but was doing "return
writel(...);" and while seemingly having a void function return a void
function is not a warning, when readl is a macro this problem is shown.
Correct the code to instead simply call writel.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Yao Zi <ziyao@disroot.org>
2025-10-16 16:44:49 +08:00
..
2025-09-01 16:37:08 +09:00
2025-09-30 20:32:15 +02:00
2025-07-14 15:35:24 +02:00
2025-09-23 08:24:59 -06:00
2025-04-10 15:43:11 +02:00