]> git.baikalelectronics.ru Git - kernel.git/commit
serial: 8250: Let serial core initialise spin lock
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 31 Jul 2020 12:37:32 +0000 (15:37 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 31 Jul 2020 18:22:06 +0000 (20:22 +0200)
commitc121aef7f1703f6bd3e707bab789f857a0e2d535
treed4f1a6745b092827b25b1f65078456d0045d1cb6
parent613d2547a47b6e8ea7e6f6790a6d97ff46d14a39
serial: 8250: Let serial core initialise spin lock

Since the serial core handles spin lock initialisation,
let the driver rely on it.

Depends-on: 143453cbd3db ("serial: core: Initialise spin lock before use in uart_configure_port()")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20200731123733.22754-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_port.c