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)
commit5172046d960b27f7c22bed8038d696e7004cb112
tree1a57e114d9ecbf0f2fc1e7ef57bf21ed7144e246
parent728f08934b087b96aacb00467f5551e0a5593fca
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 <arjan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/uhci-q.c