summaryrefslogtreecommitdiffstats
path: root/drivers/of
diff options
context:
space:
mode:
authorDouglas Anderson <dianders@chromium.org>2022-08-02 13:23:09 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-08-03 08:23:35 +0200
commit0fec518018cc5ceffa706370b6e3acbbb1e3c798 (patch)
tree5309aaf2dc23a1d35fc884723cc8824974ed5fc2 /drivers/of
parent014482b667d3550d7a610c5f11b6351fe47eb39a (diff)
downloadlinux-0fec518018cc5ceffa706370b6e3acbbb1e3c798.tar.bz2
tty: serial: qcom-geni-serial: Fix %lu -> %u in print statements
When we multiply an unsigned int by a u32 we still end up with an unsigned int. That means we should specify "%u" not "%lu" in the format code. NOTE: this fix was chosen instead of somehow promoting the value to "unsigned long" since the max baud rate from the earlier call to uart_get_baud_rate() is 4000000 and the max sampling rate is 32. 4000000 * 32 = 0x07a12000, not even close to overflowing 32-bits. Fixes: c474c775716e ("tty: serial: qcom-geni-serial: Fix get_clk_div_rate() which otherwise could return a sub-optimal clock rate.") Reported-by: Mark Brown <broonie@kernel.org> Signed-off-by: Douglas Anderson <dianders@chromium.org> Link: https://lore.kernel.org/r/20220802132250.1.Iea061e14157a17e114dbe2eca764568a02d6b889@changeid Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/of')
0 files changed, 0 insertions, 0 deletions