mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-10 06:34:17 +08:00
bb473593c8
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 |