Commit 18656ee8 authored by Osama Abdelkader's avatar Osama Abdelkader Committed by Greg Kroah-Hartman
Browse files

serial: 8250_core: fix coding style issue



Fix a coding style issue in 8250_core.c:

- Remove redundant NULL initialization of a global pointer

Signed-off-by: default avatarOsama Abdelkader <osama.abdelkader@gmail.com>
Reviewed-by: default avatarJiri Slaby <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20250822095614.18108-1-osama.abdelkader@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 706c3c02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ static void univ8250_release_irq(struct uart_8250_port *up)
		serial_unlink_irq_chain(up);
}

const struct uart_ops *univ8250_port_base_ops = NULL;
const struct uart_ops *univ8250_port_base_ops;
struct uart_ops univ8250_port_ops;

static const struct uart_8250_ops univ8250_driver_ops = {