]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
clk: imx: pll14xx: Use unsigned format specifier
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Tue, 17 Mar 2026 12:19:52 +0000 (13:19 +0100)
committerAbel Vesa <abel.vesa@oss.qualcomm.com>
Wed, 18 Mar 2026 15:04:31 +0000 (17:04 +0200)
commitfca8688a6798f6fee6b86ce0bc39d1cd0b1c8b8a
tree16658fedadc7a125b4f9bd7f9aae1a8ae4ffe467
parent51ac0f4b6d5f4965153d8c39644ecfb228480396
clk: imx: pll14xx: Use unsigned format specifier

The debug outputs use %d for clock rates resulting in negative clock rate
during rate calculation.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Link: https://patch.msgid.link/20260317121953.1100619-1-alexander.stein@ew.tq-group.com
Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
drivers/clk/imx/clk-pll14xx.c