Re: [PATCH] tty: serial: qcom_geni_serial: 115.2 is a better console default than 9600

2020-09-14 Thread Bjorn Andersson
On Fri 11 Sep 10:00 CDT 2020, Douglas Anderson wrote: > Commit c5cbc78acf69 ("tty: serial: qcom_geni_serial: Initialize baud > in qcom_geni_console_setup") fixed a bug by initting a variable that > was used in some cases without initialization. However, the "default" > baud rate picked by that CL

Re: [PATCH] tty: serial: qcom_geni_serial: 115.2 is a better console default than 9600

2020-09-14 Thread Akash Asthana
On 9/11/2020 8:30 PM, Douglas Anderson wrote: Commit c5cbc78acf69 ("tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setup") fixed a bug by initting a variable that was used in some cases without initialization. However, the "default" baud rate picked by that CL was probably

[PATCH] tty: serial: qcom_geni_serial: 115.2 is a better console default than 9600

2020-09-11 Thread Douglas Anderson
Commit c5cbc78acf69 ("tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setup") fixed a bug by initting a variable that was used in some cases without initialization. However, the "default" baud rate picked by that CL was probably not the best choice. The chances that anyone out

Re: [PATCH] tty: serial: qcom_geni_serial: 115.2 is a better console default than 9600

2020-09-11 Thread Nathan Chancellor
On Fri, Sep 11, 2020 at 08:00:57AM -0700, Douglas Anderson wrote: > Commit c5cbc78acf69 ("tty: serial: qcom_geni_serial: Initialize baud > in qcom_geni_console_setup") fixed a bug by initting a variable that > was used in some cases without initialization. However, the "default" > baud rate picked