From: David S. Miller Date: Fri, 21 Jan 2011 06:44:36 +0000 (-0800) Subject: ppp: Clean up kernel log messages. X-Git-Tag: v2.6.39-rc1~468^2~492 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b48f8c23c336d82c1af9a53187568bdb6e86b8a8;p=pandora-kernel.git ppp: Clean up kernel log messages. Use netdev_*() and pr_*(). To preserve existing semantics in cases where KERN_DEBUG is indeed appropriate, use netdev_printk(KERN_DEBUG, ...) Convert PPPIOCDETACH to pr_warn() because an unexpected file count is a serious bug and should be logged with KERN_WARN. Signed-off-by: David S. Miller Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed