commit | 22ded57729e69974ce45643d65415c9983a168a8 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Oct 28 12:53:21 2013 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 29 17:41:49 2013 -0400 |
tree | 47d4323bbcfdf6cdc106a06e888b2fffa04990bb | |
parent | 7d1d65cb84e1cfacba3f54c5934194785259e0d8 [diff] |
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>