commit | 8c4877a4128e7931077b024a891a4b284d8756a3 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Dec 13 10:05:14 2010 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 13 10:05:14 2010 -0800 |
tree | eae8569651f3383abfa7c6a3789cd7c563f92346 | |
parent | 323e126f0c5995f779d7df7fd035f6e8fed8764d [diff] |
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>