mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
![]() 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 |