Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit bb473593 authored by Andreas Färber's avatar Andreas Färber Committed by Stephen Boyd
Browse files

clk: meson: Fix meson_clk_register_clks() signature type mismatch



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: 7a29a869 ("clk: meson: Add support for Meson clock controller")
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
Acked-by: default avatarCarlo Caione <carlo@endlessm.com>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 60ea57a4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment