Re: [PATCH AUTOSEL 5.8 07/42] speakup: Fix wait_for_xmitr for ttyio case

2020-09-05 Thread Sasha Levin
On Mon, Aug 31, 2020 at 05:33:45PM +0200, Greg Kroah-Hartman wrote: On Mon, Aug 31, 2020 at 11:28:59AM -0400, Sasha Levin wrote: From: Samuel Thibault [ Upstream commit 2b86d9b8ec6efb86fc5ea44f2d49b1df17f699a1 ] This was missed while introducing the tty-based serial access. The only

Re: [PATCH AUTOSEL 5.8 07/42] speakup: Fix wait_for_xmitr for ttyio case

2020-08-31 Thread Greg Kroah-Hartman
On Mon, Aug 31, 2020 at 11:28:59AM -0400, Sasha Levin wrote: > From: Samuel Thibault > > [ Upstream commit 2b86d9b8ec6efb86fc5ea44f2d49b1df17f699a1 ] > > This was missed while introducing the tty-based serial access. > > The only remaining use of wait_for_xmitr with tty-based access is in >

[PATCH AUTOSEL 5.8 07/42] speakup: Fix wait_for_xmitr for ttyio case

2020-08-31 Thread Sasha Levin
From: Samuel Thibault [ Upstream commit 2b86d9b8ec6efb86fc5ea44f2d49b1df17f699a1 ] This was missed while introducing the tty-based serial access. The only remaining use of wait_for_xmitr with tty-based access is in spk_synth_is_alive_restart to check whether the synth can be restarted. With