usb: turn dev_warn+WARN_ON combos into dev_WARN
authorArjan van de Ven <arjan@linux.intel.com>
Sun, 21 Sep 2008 02:09:37 +0000 (19:09 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 16 Oct 2008 16:24:50 +0000 (09:24 -0700)
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 <arjan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found