xen: Use more current logging styles
authorJoe Perches <joe@perches.com>
Fri, 28 Jun 2013 04:57:49 +0000 (21:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Jul 2013 20:31:25 +0000 (13:31 -0700)
Instead of mixing printk and pr_<level> forms,
just use pr_<level>

Miscellaneous changes around these conversions:

Add a missing newline to avoid message interleaving,
coalesce formats, reflow modified lines to 80 columns.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found