• Russell King's avatar
    [SERIAL] Prevent multiple calls to tty_{un,}register_device() · 56713565
    Russell King authored
    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.
    56713565
core.c 56.7 KB