From: Greg Kroah-Hartman Date: Thu, 14 Aug 2008 16:37:34 +0000 (-0700) Subject: USB: remove warn() macro from usb net drivers X-Git-Tag: v2.6.28-rc1~254^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dc8994806a812044e48514af60d4b4e0315f237;p=pandora-kernel.git USB: remove warn() macro from usb net 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(). Cc: Jeff Garzik Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed