Linus Torvalds a9b6148d25 USB: Fix unused label warnings in drivers/usb/host/ehci-hcd.c
This gets rid of an annoying warning in ehci-hcd.c when DEBUG isn't
enabled:

    warning: label 'err_debug' defined but not used

by moving it inside the already-existing #ifdef DEBUG, so that it
matches the goto.  And now my regular build is warning-free again.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-10-20 14:23:29 -07:00
..
2007-08-20 23:38:44 -07:00
2008-09-23 13:58:08 -07:00
2008-05-02 10:25:50 -07:00
2008-08-13 17:32:58 -07:00
2008-08-29 09:43:14 +02:00
2007-10-12 14:55:19 -07:00