From: Stefan Hajnoczi Date: Fri, 11 Jan 2013 22:08:11 +0000 (+0100) Subject: staging: line6: use pr_err() instead of printk(KERN_ERR, ...) X-Git-Tag: v3.9-rc1~127^2~480 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d3f50e4e5b423058f9eb47077837f975162ac24;p=pandora-kernel.git staging: line6: use pr_err() instead of printk(KERN_ERR, ...) Fix the following checkpatch.pl warning: WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ... #1861: FILE: staging/line6/driver.h:56: + printk(KERN_ERR "line6usb driver bug: missing case in %s:%d\n", \ Signed-off-by: Stefan Hajnoczi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed