[SERIAL] Prevent multiple calls to tty_{un,}register_device()
There were a couple of cases where we call tty_register_device() multiple times for the same port, notibly when ports are discovered via 8250_pci, 8250_pnp or 8250_cs modules. With devfs configured, this causes a warning. Don't call tty_register_device() multiple times.
Showing
Please register or sign in to comment