Skip to content

Commit 2d26407

Browse files
kathiravan-moorthygregkh
authored andcommitted
serial: qcom-geni: drop stray newline format specifier
Drop the newline character from the middle of the printk message. This avoids breaking the message into two lines unnecessarily. Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://patch.msgid.link/20260319-drop_stray_n-v1-1-37fb619538bb@oss.qualcomm.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 502c6b9 commit 2d26407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/tty/serial/qcom_geni_serial.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ static int geni_serial_set_rate(struct uart_port *uport, unsigned int baud)
12821282
return -EINVAL;
12831283
}
12841284

1285-
dev_dbg(port->se.dev, "desired_rate = %u, clk_rate = %lu, clk_div = %u\n, clk_idx = %u\n",
1285+
dev_dbg(port->se.dev, "desired_rate = %u, clk_rate = %lu, clk_div = %u, clk_idx = %u\n",
12861286
baud * sampling_rate, clk_rate, clk_div, clk_idx);
12871287

12881288
uport->uartclk = clk_rate;

0 commit comments

Comments
 (0)