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

Message ID 20230123173857.40695-1-ilpo.jarvinen@linux.intel.com
Headers
Series serial: fix recently introduced problems in tty-next |

Message

Ilpo Järvinen Jan. 23, 2023, 5:38 p.m. UTC
  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(-)
  

Comments

Greg KH Jan. 23, 2023, 5:50 p.m. UTC | #1
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