IPVS: use pr_err and friends instead of IP_VS_ERR and friends
authorHannes Eder <heder@google.com>
Sun, 2 Aug 2009 11:05:41 +0000 (11:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Aug 2009 01:29:30 +0000 (18:29 -0700)
Since pr_err and friends are used instead of printk there is no point
in keeping IP_VS_ERR and friends.  Furthermore make use of '__func__'
instead of hard coded function names.

Signed-off-by: Hannes Eder <heder@google.com>
Acked-by: Simon Horman <horms@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found