commit | 9078204ca5c33ba20443a8623a41a68a9995a70d | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Fri Jun 25 00:49:00 2021 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 25 13:53:10 2021 +0200 |
tree | 79db23254ad2a5406b6f02db39afa15aea6f5acb | |
parent | 4834446035a1011ff1231626ef33555d64c4fd78 [diff] |
serial: mvebu-uart: fix calculation of clock divisor The clock divisor should be rounded to the closest value. Signed-off-by: Pali Rohár <pali@kernel.org> Fixes: 68a0db1d7da2 ("serial: mvebu-uart: add function to change baudrate") Cc: stable@vger.kernel.org # 0e4cf69ede87 ("serial: mvebu-uart: clarify the baud rate derivation") Link: https://lore.kernel.org/r/20210624224909.6350-2-pali@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>