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)
commit383eda32b891002d5064cc97243c94b7cf78137a
treec42010d5dd133f3b393cc9f3146f14ae54d81efd
parent772e42b07fbdc650206746e00cb2914e362594a3
xen: Use more current logging styles

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>
drivers/net/xen-netback/netback.c
drivers/net/xen-netfront.c