]> git.baikalelectronics.ru Git - kernel.git/commit
ehea: Use the standard logging functions
authorJoe Perches <joe@perches.com>
Mon, 13 Dec 2010 18:05:14 +0000 (10:05 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Dec 2010 18:05:14 +0000 (10:05 -0800)
commitc6141a9cb1d218c34499169499c4f675a667623e
treeeae8569651f3383abfa7c6a3789cd7c563f92346
parent9c90ec90ffc7d486ae6a867d3f65cbd479f3e4e8
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.

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