9
0
Fork 0

netconsole: rename console to "netconsole"

So that it can be used without guessing the name first.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2014-07-08 15:05:17 +02:00
parent 3843bfd0ab
commit 8eacfa71ab
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ static int netconsole_init(void)
cdev->tstc = nc_tstc;
cdev->putc = nc_putc;
cdev->getc = nc_getc;
cdev->devname = "netconsole";
g_priv = priv;