Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: Osama Abdelkader <osama.abdelkader@gmail.com>
Reviewed-by: Jiri Slaby <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20250822095614.18108-1-osama.abdelkader@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Osama Abdelkader and committed by
Greg Kroah-Hartman
18656ee8 706c3c02

+1 -1
+1 -1
drivers/tty/serial/8250/8250_core.c
··· 302 302 serial_unlink_irq_chain(up); 303 303 } 304 304 305 - const struct uart_ops *univ8250_port_base_ops = NULL; 305 + const struct uart_ops *univ8250_port_base_ops; 306 306 struct uart_ops univ8250_port_ops; 307 307 308 308 static const struct uart_8250_ops univ8250_driver_ops = {