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)
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>

No differences found