diff options
author | Andreas Färber <afaerber@suse.de> | 2016-02-07 22:13:03 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-02-08 14:22:44 -0800 |
commit | bb473593c8099302bfd7befc23de67df907e3a99 (patch) | |
tree | 340e28a0d6c2c0c455fa3e898af8abc1763db1ff /include/linux/device.h | |
parent | 60ea57a4338e9a43741e8136510f63cdb3b8a678 (diff) | |
download | blackbird-op-linux-bb473593c8099302bfd7befc23de67df907e3a99.tar.gz blackbird-op-linux-bb473593c8099302bfd7befc23de67df907e3a99.zip |
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: 7a29a869434e ("clk: meson: Add support for Meson clock controller")
Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Carlo Caione <carlo@endlessm.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'include/linux/device.h')
0 files changed, 0 insertions, 0 deletions