clk: mstar: msc313-mpll: Fix format specifier
authorDaniel Palmer <daniel@0x0f.com>
Mon, 15 Feb 2021 11:57:10 +0000 (20:57 +0900)
committerStephen Boyd <sboyd@kernel.org>
Tue, 16 Feb 2021 20:52:28 +0000 (12:52 -0800)
commitd90afa62acd40cf6c3a70f35a8d83cddd6741fc7
tree5ea6cc577051beea3d17f854ae7c375f28d5a891
parent93c89f03cb1d734630597cb0acf0b2af309f8e62
clk: mstar: msc313-mpll: Fix format specifier

The output dividers are unsigned int so the format specifier
should have been %u not %d.

Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Link: https://lore.kernel.org/r/20210215115710.3762276-2-daniel@0x0f.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/mstar/clk-msc313-mpll.c