ehea: Use the standard logging functions
commit539995d18649023199986424d140f1d620372ce5
authorJoe Perches <joe@perches.com>
Tue, 30 Nov 2010 08:18:44 +0000 (30 08:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Dec 2010 20:59:04 +0000 (6 12:59 -0800)
tree37808d3bb31717397aee88941a94b68efa41a54d
parent7903264402546f45f9bac8ad2bfdb00d00eb124a
ehea: Use the standard logging functions

Remove ehea_error, ehea_info and ehea_debug macros.
Use pr_fmt, pr_<level>, netdev_<level> and netif_<level> as appropriate.
Fix messages to use trailing "\n", some messages had an extra one
as the old ehea_<level> macros added a trailing "\n".
Coalesced long format strings.

Uncompiled/untested.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Breno Leitao<leitao@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ehea/ehea.h
drivers/net/ehea/ehea_ethtool.c
drivers/net/ehea/ehea_main.c
drivers/net/ehea/ehea_phyp.c
drivers/net/ehea/ehea_qmr.c