mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
UPSTREAM: serial: qcom-geni: clean up clock-rate debug printk
Make the clock-rate debug printk more readable by using an equal sign
instead of a dash as separator between names and values and adding some
spaces:
qcom_geni_serial 988000.serial: desired_rate = 1843200, clk_rate = 7372800, clk_div = 4
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230714130214.14552-3-johan+linaro@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Bug: 370629635
Change-Id: I7d842e9d16bbbc3c0a5bf4481996f76cd60f5847
(cherry picked from commit 18536cc8fa)
Signed-off-by: Praveen Talari <quic_ptalari@quicinc.com>
This commit is contained in:
committed by
Treehugger Robot
parent
d5e0fbcd4a
commit
5722a4dd8b
@@ -1240,7 +1240,7 @@ static void qcom_geni_serial_set_termios(struct uart_port *uport,
|
||||
goto out_restart_rx;
|
||||
}
|
||||
|
||||
dev_dbg(port->se.dev, "desired_rate-%u, clk_rate-%lu, clk_div-%u\n",
|
||||
dev_dbg(port->se.dev, "desired_rate = %u, clk_rate = %lu, clk_div = %u\n",
|
||||
baud * sampling_rate, clk_rate, clk_div);
|
||||
|
||||
uport->uartclk = clk_rate;
|
||||
|
||||
Reference in New Issue
Block a user