From: David Brownell Date: Mon, 19 Nov 2007 20:58:36 +0000 (-0800) Subject: USB: gadget code switches to pr_err() and friends X-Git-Tag: v2.6.25-rc1~1075^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00274921a052d3232d9f00856387fb269ac0af11;p=pandora-kernel.git USB: gadget code switches to pr_err() and friends We now have pr_err(), pr_warning(), and friends ... start using them in the gadget stack instead of printk(KERN_ERR) and friends. This gives us shorter lines and somewhat increased readability. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed