[PATCH 0/2] serial: fix recently introduced problems in tty-next

Ilpo Järvinen posted 2 patches 3 years, 2 months ago
drivers/tty/serial/liteuart.c         |  2 +-
drivers/tty/serial/qcom_geni_serial.c | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
[PATCH 0/2] serial: fix recently introduced problems in tty-next
Posted by Ilpo Järvinen 3 years, 2 months ago
One build fail due to tty-linus -> tty-next merge and one problem
smatch found.

Ilpo Järvinen (2):
  serial: qcom_geni: Fix variable naming
  serial: liteuart: Use proper error rollback

 drivers/tty/serial/liteuart.c         |  2 +-
 drivers/tty/serial/qcom_geni_serial.c | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.30.2

Re: [PATCH 0/2] serial: fix recently introduced problems in tty-next
Posted by Greg Kroah-Hartman 3 years, 2 months ago
On Mon, Jan 23, 2023 at 07:38:55PM +0200, Ilpo Järvinen wrote:
> One build fail due to tty-linus -> tty-next merge and one problem
> smatch found.
> 
> Ilpo Järvinen (2):
>   serial: qcom_geni: Fix variable naming
>   serial: liteuart: Use proper error rollback
> 
>  drivers/tty/serial/liteuart.c         |  2 +-
>  drivers/tty/serial/qcom_geni_serial.c | 10 +++++-----
>  2 files changed, 6 insertions(+), 6 deletions(-)
> 
> -- 
> 2.30.2
> 

Oh nice, you beat me too it!

thanks for these, I'll go queue them up right now.

greg k-h