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)
commit22ded57729e69974ce45643d65415c9983a168a8
tree47d4323bbcfdf6cdc106a06e888b2fffa04990bb
parent7d1d65cb84e1cfacba3f54c5934194785259e0d8
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