From: Arjan van de Ven Date: Sun, 21 Sep 2008 02:09:37 +0000 (-0700) Subject: usb: turn dev_warn+WARN_ON combos into dev_WARN X-Git-Tag: v2.6.28-rc1~284^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5172046d960b27f7c22bed8038d696e7004cb112;p=pandora-kernel.git usb: turn dev_warn+WARN_ON combos into dev_WARN dev_WARN is both compacter and gives better debug information than just a WARN_ON, since people and tools will copy the device information message together with the WARN_ON in bug reports. Signed-off-by: Arjan van de Ven Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed