From: Jim Cromie Date: Fri, 4 May 2012 00:22:44 +0000 (-0600) Subject: params: replace printk(KERN_...) with pr_(...) X-Git-Tag: v3.5-rc1~147^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5f3abf950f16fa615dc621e38eec63b2cc67946;p=pandora-kernel.git params: replace printk(KERN_...) with pr_(...) I left 1 printk which uses __FILE__, __LINE__ explicitly, which should not be subject to generic preferences expressed via pr_fmt(). + tweaks suggested by Joe Perches: - add doing to irq-enabled warning, like others. It wont happen often.. - change sysfs failure crit, not just err, make it 1 line in logs. - coalese 2 format fragments into 1 >80 char line cc: Joe Perches Signed-off-by: Jim Cromie Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed