[NET] netconsole: set .name in struct console
Set .name in netconsole's struct console to identify the struct's owner. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Acked-by: Matt Mackall <mpm@selenic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
50fba2aa7c
commit
d938ab44c0
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ static void write_msg(struct console *con, const char *msg, unsigned int len)
|
|||
}
|
||||
|
||||
static struct console netconsole = {
|
||||
.name = "netcon",
|
||||
.flags = CON_ENABLED | CON_PRINTBUFFER,
|
||||
.write = write_msg
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue