Re: [PATCH] tty: fill console_driver->driver_name

From: Greg KH
Date: Mon Nov 11 2019 - 09:27:25 EST


On Thu, Nov 07, 2019 at 09:25:48AM +0800, Cheng Chao wrote:
> cat /proc/tty/drivers
> ...
> unknown /dev/tty 4 1-63 console
>
> ----------------------------------
> after this patch:
>
> cat /proc/tty/drivers
> ...
> console /dev/tty 4 1-63 console

What is going to break with this change? It's a user visable thing, why
does it need to be changed?

thanks,

greg k-h