Skip to content

Commit 244eb5c

Browse files
committed
Revert "serial: 8250: Revert "drop lockdep annotation from serial8250_clear_IER()""
This reverts commit 422c972. kernel test robot has found problems with this commit so revert it for now. Link: https://lore.kernel.org/r/202501221029.fb0d574d-lkp@intel.com Reported-by: kernel test robot <oliver.sang@intel.com> Closes: https://lore.kernel.org/oe-lkp/202501221029.fb0d574d-lkp@intel.com Cc: John Ogness <john.ogness@linutronix.de> Cc: Petr Mladek <pmladek@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 651dee0 commit 244eb5c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/tty/serial/8250/8250_port.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -726,9 +726,6 @@ static void __serial8250_clear_IER(struct uart_8250_port *up)
726726

727727
static inline void serial8250_clear_IER(struct uart_8250_port *up)
728728
{
729-
/* Port locked to synchronize UART_IER access against the console */
730-
lockdep_assert_held_once(&up->port.lock);
731-
732729
__serial8250_clear_IER(up);
733730
}
734731

0 commit comments

Comments
 (0)