[linux-yocto] [PATCH 2/2] serial: core: Use port lock wrappers in serial_port_runtime_resume()

2024-05-02 Thread Kevin Hao
From: Kevin Hao The rt commit 3e8aef19aa6f ("serial: core: Use port lock wrappers") has changed to use the port lock wrappers in function serial_port_runtime_resume(). But that was mangled when merging v6.6.29. Restore it back. Signed-off-by: Kevin Hao --- drivers/tty/serial/serial_port.c | 2

Re: [linux-yocto] [PATCH 2/2] serial: core: Use port lock wrappers in serial_port_runtime_resume()

2024-05-02 Thread Bruce Ashfield
On Thu, May 2, 2024 at 9:38 PM Kevin Hao wrote: > From: Kevin Hao > > The rt commit 3e8aef19aa6f ("serial: core: Use port lock wrappers") has > changed to use the port lock wrappers in function > serial_port_runtime_resume(). But that was mangled when merging v6.6.29. > Restore it back. > I alr