mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-28 08:04:58 +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 | ||