From: From: Greg Kroah-Hartman Date: Sat, 11 Oct 2008 22:25:51 +0000 (+0200) Subject: HID: remove warn() macro from usb hid drivers X-Git-Tag: v2.6.28-rc1~571^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d89fe12bd21f1383a6a240114221bf31fd71904;p=pandora-kernel.git HID: remove warn() macro from usb hid drivers USB should not be having it's own printk macros, so remove warn() and use the system-wide standard of dev_warn() wherever possible. In the few places that will not work out, use a basic printk(). Signed-off-by: Greg Kroah-Hartman Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed