Home
last modified time | relevance | path

Searched hist:"5172046 d960b27f7c22bed8038d696e7004cb112" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Duhci-q.cdiff 5172046d960b27f7c22bed8038d696e7004cb112 Sat Sep 20 21:09:37 CDT 2008 Arjan van de Ven <arjan@linux.intel.com> 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>