Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c510157 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "tty: msm_geni_serial: Fix unitialized variable in set_termios" into msm-4.9

parents 2f0b605d 18a9fb0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -848,7 +848,7 @@ static void msm_geni_serial_set_termios(struct uart_port *uport,
	unsigned int stop_bit_len;
	unsigned int rxstale;
	unsigned int clk_div;
	unsigned long ser_clk_cfg;
	unsigned long ser_clk_cfg = 0;
	struct msm_geni_serial_port *port = GET_DEV_PORT(uport);
	unsigned long clk_rate;