As preparation for arm64 based mesongxbb, which pulls in this code once
enabling ARCH_MESON, fix a size_t vs. unsigned int type mismatch.
The loop uses a local unsigned int variable, so adopt that type,
matching the header.
Fixes:
|
||
|---|---|---|
| .. | ||
| clk-cpu.c | ||
| clk-pll.c | ||
| clkc.c | ||
| clkc.h | ||
| Makefile | ||
| meson8b-clkc.c | ||