]> git.baikalelectronics.ru Git - kernel.git/commit
netconsole: Convert to pr_<level>
authorJoe Perches <joe@perches.com>
Mon, 28 Oct 2013 19:53:21 +0000 (12:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Oct 2013 21:41:49 +0000 (17:41 -0400)
commitb535508fbdf2aa91661eb57e40bc35ef551163fe
tree47d4323bbcfdf6cdc106a06e888b2fffa04990bb
parente2da90553720c6a23ce10584ce018be3b4e5f86e
netconsole: Convert to pr_<level>

Use a more current logging style.

Convert printks to pr_<level>.

Consolidate multiple printks into a single printk to avoid
any possible dmesg interleaving.  Add a default "event" msg
in case the listed types are ever expanded.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/netconsole.c